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

index 2408d9b..20b8bcd 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -286,7 +286,7 @@ class Pman_Admin_Dump extends Pman {
         $do->selectAdd($key);
         $do->find();
         while ($do->fetch()) {
-            $this->dumps[$table][$do->id] = 0;
+            $this->dumps[$table][$do->$key] = 0;
             if (!isset($this->deletes[$table][$do->$key])) {
                 $this->deletes[$table][$do->$key] = 0;
             }