Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 14 Aug 2018 03:09:07 +0000 (11:09 +0800)
committerbenny <benny@roojs.com>
Tue, 14 Aug 2018 03:09:07 +0000 (11:09 +0800)
Pman/Roo.php

index e81a4e9..812c2fd 100644 (file)
@@ -689,7 +689,7 @@ class Pman_Roo extends Pman
             if (empty($_POST)) {
                 $this->jerr("No data recieved for inserting");
             }
-            
+            echo "here of insert"; exit;
             $this->jok($this->insert($x, $_REQUEST));
             
         }