diff options
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 { |