Subversion Repositories oidplus

Rev

Rev 866 | Rev 1050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 866 Rev 1005
Line 105... Line 105...
105
 
105
 
106
OIDplus::db()->query("UPDATE ###ra set last_login = ".OIDplus::db()->sqlDate()." where email = ?", array($email));
106
OIDplus::db()->query("UPDATE ###ra set last_login = ".OIDplus::db()->sqlDate()." where email = ?", array($email));
107
 
107
 
108
// Go back to OIDplus
108
// Go back to OIDplus
109
 
109
 
-
 
110
OIDplus::invoke_shutdown();
-
 
111
 
110
header('Location:'.OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE_CANONICAL));
112
header('Location:'.OIDplus::webpath(null,OIDplus::PATH_ABSOLUTE_CANONICAL));