From a8b553d73ff51e5441d21b3b57dcb2bb85a5a991 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 26 May 2008 09:38:39 +0000 Subject: fixed rating caching --- lib/class/vauth.class.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/class/vauth.class.php') diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php index 410b2155..c509b786 100644 --- a/lib/class/vauth.class.php +++ b/lib/class/vauth.class.php @@ -88,9 +88,6 @@ class vauth { */ public static function write($key,$value) { - // If we'd set NO_SESSION never run this - if (NO_SESSION == 1) { return true; } - $length = Config::get('session_length'); $value = Dba::escape($value); $key = Dba::escape($key); -- cgit