diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-19 09:27:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-19 09:27:06 +0000 |
commit | 7a0fcdd836d491c288b94383ebc54de2271bb237 (patch) | |
tree | d7a6757e7596d5242c10f1290ea14d19b7d6a623 /modules | |
parent | 7b0bd9d52ed2c198868bcaef17f4f2ecff1ac099 (diff) | |
download | ampache-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.php | 2 |
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(); |