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

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