Changeset 8008
- Timestamp:
- 10/06/06 15:02:54 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8007 r8008 32 32 * datacenter/scripts/rmlocks: 33 33 - reduced output 34 35 * datacenter/db/menu.php: 36 - implemented 1000 and 2000 for number of results pulldown 34 37 35 38 -
trunk/MagicSoft/Mars/datacenter/db/menu.php
r7962 r8008 482 482 printf(" <select name=\"fNumResults\">\n"); 483 483 484 $numres = array("10", "20", "50", "100", "200", "500" );484 $numres = array("10", "20", "50", "100", "200", "500", "1000", "2000"); 485 485 foreach ($numres as $element) 486 486 {
Note:
See TracChangeset
for help on using the changeset viewer.