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

index f8d4142..ba6c51c 100644 (file)
@@ -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');