Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 08:55:55 +0000 (16:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 08:55:55 +0000 (16:55 +0800)
Dump.php

index 5bfa726..234e3b6 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -288,7 +288,7 @@ class Pman_Admin_Dump extends Pman {
         while ($do->fetch()) {
             $this->dumps[$table][$do->id] = 0;
             if (!isset($this->deletes[$table][$do->$key])) {
-                $this->deletes[$table][$do->key] = 0;
+                $this->deletes[$table][$do->$key] = 0;
             }
            
             foreach($children[$table] as $kv=>$t) {