FormToSQL.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 09:34:28 +0000 (17:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 09:34:28 +0000 (17:34 +0800)
FormToSQL.php

index c2a7b7a..1c63d1f 100644 (file)
@@ -50,7 +50,7 @@ class Pman_Builder_FormToSQL extends Pman {
         if (empty($o->xtype)) {
             return;
         }
-        print_R($o);
+        echo $o->xtype ."\n";
         
     }