diff options
author | pb1dft <pb1dft@ampache> | 2007-02-27 18:12:42 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2007-02-27 18:12:42 +0000 |
commit | 055195b302f0a2521a8b3a7f57e385a2aa03fdc2 (patch) | |
tree | 84077ad5b5912c597b7ff8dd263a9ca8c7629e4d /artists.php | |
parent | 28adccb76ae99f07cb8ca9e39355ab916b2b2f83 (diff) | |
download | ampache-055195b302f0a2521a8b3a7f57e385a2aa03fdc2.tar.gz ampache-055195b302f0a2521a8b3a7f57e385a2aa03fdc2.tar.bz2 ampache-055195b302f0a2521a8b3a7f57e385a2aa03fdc2.zip |
Updated all offset_limit refs to ->pref['offset_limit']
Diffstat (limited to 'artists.php')
-rw-r--r-- | artists.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/artists.php b/artists.php index 03420e58..8e3241e8 100644 --- a/artists.php +++ b/artists.php @@ -234,7 +234,7 @@ switch($action) { show_artists(); } elseif ($match === "Show_all") { - $_SESSION['view_offset_limit'] = 999999; + $offset_limit = 999999; show_artists(); } else { |