]> code.citadel.org Git - citadel.git/blobdiff - webcit/useredit.c
* add first draft of group-change detection
[citadel.git] / webcit / useredit.c
index ca9bf2045eb1102227755fbed07e82c6b582a6a5..728580dcd4332ee175ea29f1d40d9d5500ee1ede 100644 (file)
@@ -501,7 +501,7 @@ void display_edituser(char *supplied_username, int is_new) {
        MajorStatus = ChrPtr(Buf)[0];
        StrBufCutLeft(Buf, 4);
        if (MajorStatus != '2') {
-               ///TODO ImportantMessage
+               /*TODO ImportantMessage */
                sprintf(error_message,
                        "<img src=\"static/error.gif\" align=center>"
                        "%s<br /><br />\n", ChrPtr(Buf));
@@ -688,5 +688,5 @@ InitModule_USEREDIT
        RegisterConditional(HKEY("COND:USERACCESS"), 0,   ConditionalUserAccess, CTX_USERLIST);
        RegisterConditional(HKEY("COND:USERLIST:FLAG:USE_INTERNET"), 0, ConditionalFlagINetEmail, CTX_USERLIST);
 
-       RegisterIterator("USERLIST", 0, NULL, iterate_load_userlist, NULL, DeleteHash, CTX_USERLIST, CTX_NONE);
+       RegisterIterator("USERLIST", 0, NULL, iterate_load_userlist, NULL, DeleteHash, CTX_USERLIST, CTX_NONE, IT_NOFLAG);
 }