From 4d5d3ebd716f46423800124f3217a3293198c3f4 Mon Sep 17 00:00:00 2001 From: benny Date: Wed, 22 Aug 2018 16:17:23 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 3c3780a..075e6e7 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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()); } -- 2.39.2