More removal of $Id$ tags
[citadel.git] / citadel / modules / pas2 / serv_pas2.c
index c6bb35b3dcfa8ec4b615c33fe20a64044243ffee..29fd2e47ff4d8f69bf4ea6e01f0cbaa12322fcf3 100644 (file)
@@ -69,7 +69,7 @@ void cmd_pas2(char *argbuf)
        
        extract_token(pw, argbuf, 0, '|', sizeof pw);
        
-       if (getuser(&CC->user, CC->curr_user))
+       if (CtdlGetUser(&CC->user, CC->curr_user))
        {
                cprintf("%d Unable to find user record for %s.\n", ERROR + NO_SUCH_USER, CC->curr_user);
                return;
@@ -110,5 +110,5 @@ CTDL_MODULE_INIT(pas2)
        }
        
        /* return our Subversion id for the Log */
-        return "$Id$";
+        return "pas2";
 }