summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-19 09:27:06 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-19 09:27:06 +0000
commit7a0fcdd836d491c288b94383ebc54de2271bb237 (patch)
treed7a6757e7596d5242c10f1290ea14d19b7d6a623 /modules
parent7b0bd9d52ed2c198868bcaef17f4f2ecff1ac099 (diff)
downloadampache-7a0fcdd836d491c288b94383ebc54de2271bb237.tar.gz
ampache-7a0fcdd836d491c288b94383ebc54de2271bb237.tar.bz2
ampache-7a0fcdd836d491c288b94383ebc54de2271bb237.zip
fixed a few more catalog snafus
Diffstat (limited to 'modules')
-rw-r--r--modules/init.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/init.php b/modules/init.php
index a72d1b75..6d36ff01 100644
--- a/modules/init.php
+++ b/modules/init.php
@@ -252,9 +252,7 @@ elseif (!conf('use_auth')) {
$user->offset_limit = $auth['offset_limit'];
$user->username = $auth['username'];
$user->access = $auth['access'];
- $_SESSION['userdata']['access'] = $auth['access'];
$_SESSION['userdata']['username'] = $auth['username'];
- $_SESSION['userdata']['offset_limit'] = $auth['offset_limit'];
$user->set_preferences();
init_preferences();
set_theme();