Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 10:11:35 +0000 (18:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 10:11:35 +0000 (18:11 +0800)
Dump.php

index 42a0a09..7970478 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -242,7 +242,7 @@ class Pman_Admin_Dump extends Pman {
      
     function discoverChildren($table, $where, $col=false  )
     {
-        echo "discoverChildren:$table:". (is_array($where) ? implode(',', $where) : $where ). "\n";
+        echo "discoverChildren:$table:$col:". (is_array($where) ? implode(',', $where) : $where ). "\n";
         global $_DB_DATAOBJECT;
         $do = DB_DataObject::factory($table);
         if (PEAR::isError($do)) {