]> andersk Git - moira.git/commitdiff
fixed capitalization of a message, and make recursive not the default
authormar <mar>
Tue, 13 Sep 1988 15:46:52 +0000 (15:46 +0000)
committermar <mar>
Tue, 13 Sep 1988 15:46:52 +0000 (15:46 +0000)
for administration searches

clients/moira/lists.c

index 09ab1c3e95697211608aa89ca16ab43a1105ec1a..e41d8bc473b84594b23da1a53c8fb1c483c0039c 100644 (file)
@@ -198,7 +198,7 @@ Bool name;
     GetYesNoValueFromUser("Is this a public list", &info[L_PUBLIC]);
     GetYesNoValueFromUser("Is this a hidden list", &info[L_HIDDEN]);
     GetYesNoValueFromUser("Is this a maillist", &info[L_MAILLIST]);
-    GetYesNoValueFromUser("is this a group", &info[L_GROUP]);
+    GetYesNoValueFromUser("Is this a group", &info[L_GROUP]);
     if (atoi(info[L_GROUP]))
        GetValueFromUser("What is the GID for this group.", &info[L_GID]);
 
@@ -757,7 +757,7 @@ ListByAdministrator()
                            BUFSIZ, "user")) )
        return(DM_NORMAL);
 
-    if ( YesNoQuestion("Do you want a recursive search (y/n)", TRUE) == 1 ) {
+    if ( YesNoQuestion("Do you want a recursive search (y/n)", FALSE) == 1 ) {
        sprintf(temp_buf, "R%s", buf);  /* "USER" to "RUSER" etc. */
        type = Strsave(temp_buf);
     }
This page took 0.048554 seconds and 5 git commands to generate.