X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fuseredit.c;h=a6b4d4b44df152eb836e8acc4d06ee6a04e4cb2a;hb=HEAD;hp=80371dc9f4e9ef6a368192a3158b0f1aa8873e26;hpb=ad4801a14334e5e55f058445d13334c279804e37;p=citadel.git diff --git a/webcit/useredit.c b/webcit/useredit.c index 80371dc9f..ce94a343d 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -11,7 +11,7 @@ */ #include "webcit.h" -#include "webserver.h" + CtxType CTX_USERLIST = CTX_NONE; /* @@ -800,7 +800,7 @@ void edituser(void) { } /* Remove any naughty inappropriate whitespace */ - striplt(all_the_emails); + string_trim(all_the_emails); while (pos = strstr(all_the_emails, "\n,"), (pos != NULL)) { strcpy(pos, pos+1); }