From 0ce6738230d97dfdfad2ae433c682fb88ccfe225 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 22 May 2014 15:40:45 +0800 Subject: [PATCH] DatabaseColumns.php --- DatabaseColumns.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DatabaseColumns.php b/DatabaseColumns.php index 9a2a1611..e7019084 100644 --- a/DatabaseColumns.php +++ b/DatabaseColumns.php @@ -25,11 +25,11 @@ class Pman_Core_DatabaseColumns extends Pman { function get($table) { $d = DB_DAtaObject::Factory($table); $re = $d->autoJoin(); - + $ret = raray(); foreach($re['cols'] as $c=>$f { $ret[] = array( 'name' => $c, - 'val' =>$v + 'val' =>$f ); } -- 2.39.2