Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8007)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8008)
@@ -32,4 +32,7 @@
    * datacenter/scripts/rmlocks:
      - reduced output
+
+   * datacenter/db/menu.php:
+     - implemented 1000 and 2000 for number of results pulldown
 
 
Index: /trunk/MagicSoft/Mars/datacenter/db/menu.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 8007)
+++ /trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 8008)
@@ -482,5 +482,5 @@
     printf(" <select name=\"fNumResults\">\n");
 
-    $numres = array("10", "20", "50", "100", "200", "500");
+    $numres = array("10", "20", "50", "100", "200", "500", "1000", "2000");
     foreach ($numres as $element)
     {
