Pman/Roo.php
authorbenny <benny@roojs.com>
Wed, 22 Aug 2018 07:53:10 +0000 (15:53 +0800)
committerbenny <benny@roojs.com>
Wed, 22 Aug 2018 07:53:10 +0000 (15:53 +0800)
Pman/Roo.php

index 45b919f..3c3780a 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));
             
         }