summaryrefslogtreecommitdiffstats
path: root/preferences.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-02-27 18:12:42 +0000
committerpb1dft <pb1dft@ampache>2007-02-27 18:12:42 +0000
commit055195b302f0a2521a8b3a7f57e385a2aa03fdc2 (patch)
tree84077ad5b5912c597b7ff8dd263a9ca8c7629e4d /preferences.php
parent28adccb76ae99f07cb8ca9e39355ab916b2b2f83 (diff)
downloadampache-055195b302f0a2521a8b3a7f57e385a2aa03fdc2.tar.gz
ampache-055195b302f0a2521a8b3a7f57e385a2aa03fdc2.tar.bz2
ampache-055195b302f0a2521a8b3a7f57e385a2aa03fdc2.zip
Updated all offset_limit refs to ->pref['offset_limit']
Diffstat (limited to 'preferences.php')
-rw-r--r--preferences.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/preferences.php b/preferences.php
index ff92f4a8..b5b92c0e 100644
--- a/preferences.php
+++ b/preferences.php
@@ -46,7 +46,7 @@ switch(scrub_in($_REQUEST['action'])) {
$this_user = new User($user_id);
$this_user->update_fullname($_REQUEST['fullname']);
$this_user->update_email($_REQUEST['email']);
- $this_user->update_offset($_REQUEST['offset_limit']);
+
/* Check for password change */
if ($_REQUEST['password1'] !== $_REQUEST['password2'] && !empty($_REQUEST['password1'])) {