Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9548)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9549)
@@ -39,4 +39,7 @@
      datacenter/db/sources.php, datacenter/db/statussbs.php:
      - bugfix for get.txt
+
+   * datacenter/db/datasetinfo-aio.php:
+     - bugfix calling PrintPage()
 
 
Index: trunk/MagicSoft/Mars/datacenter/db/datasetinfo-aio.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/datasetinfo-aio.php	(revision 9548)
+++ trunk/MagicSoft/Mars/datacenter/db/datasetinfo-aio.php	(revision 9549)
@@ -263,5 +263,5 @@
         header("Content-Disposition: attachment; filename=query-result.txt");
 
-        PrintPage("0", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup);
+        PrintPage("0", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $needs);
     }
     else
