]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.c
* initialize_axdefs() call me via the init hooks
[citadel.git] / webcit / webserver.c
index 243a291329c17b73ca433432f1c24803ba423f66..e34f579c454f41c5e033cc20ecd9150e3fa586b6 100644 (file)
@@ -250,8 +250,6 @@ int main(int argc, char **argv)
        /* initialize the International Bright Young Thing */
 
        initialise_modules();
-       initialize_viewdefs();
-       initialize_axdefs();
 
        InitTemplateCache();
        if (DumpTemplateI18NStrings) {
@@ -259,7 +257,7 @@ int main(int argc, char **argv)
                StrBufAppendBufPlain(I18nDump, HKEY("}\n"), 0);
                if (StrLength(I18nDump) < 50) {
                        lprintf(1, "********************************************************************************\n");
-                       lprintf(1, "*        No strings found in templates! are you shure they're there?           *\n");
+                       lprintf(1, "*        No strings found in templates!  Are you sure they're there?           *\n");
                        lprintf(1, "********************************************************************************\n");
                        return -1;
                }