DatabaseColumns.php
authorAlan Knowles <alan@roojs.com>
Thu, 22 May 2014 07:45:17 +0000 (15:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 22 May 2014 07:45:17 +0000 (15:45 +0800)
DatabaseColumns.php

index 9fb0ca2..61adbc8 100644 (file)
@@ -25,7 +25,7 @@ class Pman_Core_DatabaseColumns extends Pman {
     function get($table) {
         $d = DB_DAtaObject::Factory($table);
         $re = $d->autoJoin();
-        echo '<PRE>';print_r($re);
+        //echo '<PRE>';print_r($re);
         $ret = array ();
         foreach($re['join_names'] as $c=>$f) {
             $ret[]  = array(