Hide the Telephone Number field in the site config, it is no longer present in Citade...
[citadel.git] / citadel / utils / setup.c
index 6eaa957d3d4829c46262adbb39ab49ae186a8bc7..edb0a0ab2dffc032884416f5bb70bbd4622bbec2 100644 (file)
@@ -863,7 +863,7 @@ void edit_value(int curr)
                                pw = getpwnam(ctdluidname);
                                if (pw != NULL) {
                                        ctdluid = pw->pw_uid;
-                               }
+                               
                                else if (atoi(ctdluidname) > 0) {
                                        ctdluid = atoi(ctdluidname);
                                }