1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

move over to query class as backend for browse

This commit is contained in:
Karl 'vollmerk' Vollmer 2009-03-08 22:39:38 +00:00
parent 1dff2461c7
commit 04bcb58be9
5 changed files with 122 additions and 986 deletions

View file

@ -28,7 +28,7 @@
// Pull these variables out to allow shorthand (easier for lazy programmers)
$limit = Config::get('offset_limit') ? Config::get('offset_limit') : '25';
$start = Browse::$start;
$start = Browse::get_start();
$total = Browse::$total_objects;
$uid = Config::get('list_header_uid');
$sides = 5;