X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=session.php;fp=session.php;h=1ac709c58233e5a8d171de0bd064bb4bd6aa3840;hb=85bb9b0d8edc94ba469ee4c225407b5d1a1ef993;hp=4bbaea92ebfe134816e02d1a7ac073bb78b5c30b;hpb=73490300ca9dea6fc3c6d3a474ab49796fd58438;p=wfpl.git diff --git a/session.php b/session.php index 4bbaea9..1ac709c 100644 --- a/session.php +++ b/session.php @@ -74,7 +74,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']);