Grammar change in the license declaration.
[citadel.git] / textclient / routines.c
index 3a04cbe7c15d16bed2a3313a0e29c7d269077b04..7db33c0b3bbbf05c6770ca54173a1bde2ea8c036 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (c) 1987-2016 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, and/or
-// disclosure are subject to the GNU General Purpose License version 3.
+// disclosure is subject to the GNU General Purpose License version 3.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -237,8 +237,10 @@ void edituser(CtdlIPC * ipc, int cmd) {
        }
        free(user);
 
-       if (boolprompt("Edit this user's Internet email addresses", 0)) {
-               edit_user_internet_email_addresses(ipc, who);
+       if (cmd == 25) {        // user edit
+               if (boolprompt("Edit this user's Internet email addresses", 0)) {
+                       edit_user_internet_email_addresses(ipc, who);
+               }
        }
 
 }