From fee07e41ac9ac72031f4b413e89ebe30f4002c0b Mon Sep 17 00:00:00 2001 From: benny Date: Tue, 14 Aug 2018 11:06:55 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index f8d4142..ba6c51c 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -663,7 +663,7 @@ class Pman_Roo extends Pman $old = false; // not sure if this is a good idea here... - + var_dump($_REQUEST['_ids']); exit; if (!empty($_REQUEST['_ids'])) { $ids = explode(',',$_REQUEST['_ids']); $x->whereAddIn($this->key, $ids, 'int'); -- 2.39.2