X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=session.php;h=dc20360bc0a102b05eb03bca485b4cf5a8cbdde9;hb=09617312a7eff11be39355b053237565c7ad614d;hp=4efec20e32d649217d2933e0282c7ad4e2009886;hpb=68b54762b87a203466072ce56911040520de26d1;p=wfpl.git diff --git a/session.php b/session.php index 4efec20..dc20360 100644 --- a/session.php +++ b/session.php @@ -75,7 +75,7 @@ function session_new($length = 86400) { } # call to renew the timeout for the session. -# assumes there's a session. call session_init() if you'd like one auto-create one if not found. +# assumes there's a session. call init_session() if you'd like one auto-create one if not found. function session_touch($length = false) { if(!$length) { $length = db_get_value('wfpl_sessions', 'length', 'where id=%i', $GLOBALS['session_id']);