summaryrefslogtreecommitdiffstats
path: root/lib/class/vauth.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-26 09:38:39 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-26 09:38:39 +0000
commita8b553d73ff51e5441d21b3b57dcb2bb85a5a991 (patch)
treec9dd7baf5a91fca8c2721b0a34cac448224ace4c /lib/class/vauth.class.php
parenta919e9b280ca1a3bce47177e6422f380e8af002a (diff)
downloadampache-a8b553d73ff51e5441d21b3b57dcb2bb85a5a991.tar.gz
ampache-a8b553d73ff51e5441d21b3b57dcb2bb85a5a991.tar.bz2
ampache-a8b553d73ff51e5441d21b3b57dcb2bb85a5a991.zip
fixed rating caching
Diffstat (limited to 'lib/class/vauth.class.php')
-rw-r--r--lib/class/vauth.class.php3
1 files changed, 0 insertions, 3 deletions
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);