Pman/Roo.php
authorbenny <benny@roojs.com>
Wed, 22 Aug 2018 08:17:23 +0000 (16:17 +0800)
committerbenny <benny@roojs.com>
Wed, 22 Aug 2018 08:17:23 +0000 (16:17 +0800)
Pman/Roo.php

index 3c3780a..075e6e7 100644 (file)
@@ -688,7 +688,7 @@ class Pman_Roo extends Pman
             if (empty($_POST)) {
                 $this->jerr("No data recieved for inserting");
             }
-            echo "here"; exit;
+
             $this->jok($this->insert($x, $_REQUEST));
             
         }
@@ -931,6 +931,7 @@ class Pman_Roo extends Pman
         }
         
         $res = $x->insert();
+        var_dump($res); exit;
         if ($res === false) {
             $this->jerr($x->_lastError->toString());
         }