Changeset 8008


Ignore:
Timestamp:
10/06/06 15:02:54 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8007 r8008  
    3232   * datacenter/scripts/rmlocks:
    3333     - reduced output
     34
     35   * datacenter/db/menu.php:
     36     - implemented 1000 and 2000 for number of results pulldown
    3437
    3538
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r7962 r8008  
    482482    printf(" <select name=\"fNumResults\">\n");
    483483
    484     $numres = array("10", "20", "50", "100", "200", "500");
     484    $numres = array("10", "20", "50", "100", "200", "500", "1000", "2000");
    485485    foreach ($numres as $element)
    486486    {
Note: See TracChangeset for help on using the changeset viewer.