Changeset 3162
- Timestamp:
- 11/22/06 13:30:33 (7 years ago)
- Files:
-
- freepbx/branches/2.2 (modified) (1 prop)
- freepbx/branches/2.2/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2
- Property svnmerge-integrated changed from /freepbx/trunk:1-3149,3153-3154,3159 to /freepbx/trunk:1-3149,3153-3154,3159,3161
freepbx/branches/2.2/amp_conf/htdocs/admin/functions.inc.php
r3144 r3162 260 260 // draw list for users and devices with paging 261 261 function drawListMenu($results, $skip, $type, $dispnum, $extdisplay, $description) { 262 $perpage=20; 262 // Dirty Fix to get rid of [NEXT/PREV] since I'm not sure what passing skip does and don't want to mess with it. 263 // When someone feels like looking closer at the below, probably should remove the code. 264 // I removed pagination cause of the new scroll box ticket #1415 265 $perpage=20000; 263 266 264 267 $skipped = 0;
