Pman/Roo.php
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2018 10:23:30 +0000 (18:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2018 10:23:30 +0000 (18:23 +0800)
Pman/Roo.php

index 075e6e7..0c0b3c7 100644 (file)
@@ -931,7 +931,7 @@ class Pman_Roo extends Pman
         }
         
         $res = $x->insert();
-        var_dump($res); exit;
+        //var_dump($res); exit;
         if ($res === false) {
             $this->jerr($x->_lastError->toString());
         }