Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 09:21:07 +0000 (17:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 09:21:07 +0000 (17:21 +0800)
Dump.php

index 9600a12..6a52b9d 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -108,11 +108,11 @@ class Pman_Admin_Dump extends Pman {
 
         echo "DELETING";
         foreach($this->deletes as $tbl => $ar) {
-            echo $table . ' -> ' . count(array_keys($ar) . "Records\n";
+            echo $table . ' -> ' . count(array_keys($ar)) . "Records\n";
         }
         echo "DUMPING";
         foreach($this->dumps $tbl => $ar) {
-            echo $table . ' -> ' . count(array_keys($ar) . "Records\n";
+            echo $table . ' -> ' . count(array_keys($ar)) . "Records\n";
         }
         echo "GENERATED FILES:";
         // summary