Index: trunk/MagicSoft/Mars/datacenter/db/printtable.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/printtable.php	(revision 8180)
+++ trunk/MagicSoft/Mars/datacenter/db/printtable.php	(revision 8599)
@@ -74,5 +74,5 @@
         header("Content-Disposition: attachment; filename=query-result.txt");
 
-        PrintPage("0", $host, $user, $pw, $db, $limits, $rms);
+        PrintPage("0", $host, $user, $pw, $db, "", "");
     }
     else
@@ -87,5 +87,5 @@
             printf("No query submitted yet.<BR>");
         else
-            PrintPage("1", $host, $user, $pw, $db, $limits, $rms);
+            PrintPage("1", $host, $user, $pw, $db, "", "");
 
         echo (file_get_contents("index-footer.html"));
