From 20ebb7ba32746d13dc97aea35153c17dc804da9a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 May 2014 15:45:17 +0800 Subject: [PATCH] DatabaseColumns.php --- DatabaseColumns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DatabaseColumns.php b/DatabaseColumns.php index 9fb0ca28..61adbc85 100644 --- a/DatabaseColumns.php +++ b/DatabaseColumns.php @@ -25,7 +25,7 @@ class Pman_Core_DatabaseColumns extends Pman { function get($table) { $d = DB_DAtaObject::Factory($table); $re = $d->autoJoin(); - echo '
';print_r($re);
+        //echo '
';print_r($re);
         $ret = array ();
         foreach($re['join_names'] as $c=>$f) {
             $ret[]  = array(
-- 
2.39.2