ERM.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 07:49:32 +0000 (15:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 07:49:32 +0000 (15:49 +0800)
ERM.php

diff --git a/ERM.php b/ERM.php
index 31fac4e..718d814 100644 (file)
--- a/ERM.php
+++ b/ERM.php
@@ -144,7 +144,7 @@ class Pman_Builder_ERM extends Pman
                 'table' => $tn,
                 'column' => $pref . $k,
                 'columnshort' => $k,
-                'ctype' => $types[$tn][$k],,
+                'ctype' => $types[$tn][$k], // should always work!
                 'desc' => isset($cache[$tn][$k]) ? $cache[$tn][$k] : '',
             );
         }