X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnewuser%2Fserv_newuser.c;h=146dae710edc4fe00621c51314a451fdffbc672c;hb=7a9b0685e406cc83597171cc39d008c7e5459ca8;hp=2be9b1a5a46bded6802c689fa0cdbe547d89fe60;hpb=d04e4ad0b8ab9e5b71310030704d61b6eceb530b;p=citadel.git diff --git a/citadel/modules/newuser/serv_newuser.c b/citadel/modules/newuser/serv_newuser.c index 2be9b1a5a..146dae710 100644 --- a/citadel/modules/newuser/serv_newuser.c +++ b/citadel/modules/newuser/serv_newuser.c @@ -6,17 +6,11 @@ * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * - * - * */ /* @@ -24,7 +18,6 @@ */ #define NEWUSERGREETINGS "New User Greetings" - #include "sysdep.h" #include #include @@ -34,24 +27,11 @@ #include #include #include - -#if TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H -# include -# else -# include -# endif -#endif - +#include #include #include #include - #include "ctdl_module.h" - #include "citadel.h" #include "server.h" #include "citserver.h" @@ -61,11 +41,6 @@ #include "database.h" #include "msgbase.h" - - - - - /* * Copy the contents of the New User Greetings> room to the user's Mail> room. */ @@ -110,7 +85,7 @@ CTDL_MODULE_INIT(newuser) { if (!threading) { - CtdlRegisterSessionHook(CopyNewUserGreetings, EVT_LOGIN); + CtdlRegisterSessionHook(CopyNewUserGreetings, EVT_LOGIN, PRIO_LOGIN + 1); } /* return our module name for the log */