From 76be7ffd8d4006b007b2f819479b924f6f6cd1bc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 12 Jun 2014 14:20:53 +0800 Subject: [PATCH] DatabaseColumns.php --- DatabaseColumns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DatabaseColumns.php b/DatabaseColumns.php index 66cf4ec3..2b632f52 100644 --- a/DatabaseColumns.php +++ b/DatabaseColumns.php @@ -58,7 +58,7 @@ class Pman_Core_DatabaseColumns extends Pman { $ret[] = array( 'name' => $c, 'val' => $f, - 'type' => isset($types[$c]) ? $types[$c] : -1, + 'type' => isset($types[$c]) ? $this->typeToName($types[$c]) : -1, ); } -- 2.39.2