Generator.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 16 Mar 2011 03:28:35 +0000 (11:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 16 Mar 2011 03:28:35 +0000 (11:28 +0800)
Generator.php

index 03f0294..a7dfeb2 100644 (file)
@@ -369,8 +369,8 @@ touch Pman/????/DataObjects/".ucfirst($this->table).".php
    ");
                 }
                 // use mods to determine where it should output to..
-                var_dump($mods);exit;
-                $this->modmap[$tn] = $mods;
+                //var_dump($mods);exit;
+                $this->modmap[$tn] = $mods[0];
                 
                 
             }