From bd108c7f1036858fc2b4293ee2bad0474129fab9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Nov 2008 16:49:38 +0000 Subject: - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. --- includes/session.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/session.inc') diff --git a/includes/session.inc b/includes/session.inc index b2b0ae65b..c9113982f 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -229,7 +229,7 @@ function drupal_session_destroy_uid($uid) { * * @param int $lifetime * The value of session.gc_maxlifetime, passed by PHP. - * Sessions not updated for more than $lifetime seconds will be removed. + * Sessions not updated for more than $lifetime seconds will be removed. */ function _sess_gc($lifetime) { // Be sure to adjust 'php_value session.gc_maxlifetime' to a large enough -- cgit v1.2.3