Pman/Roo.php
[Pman.Base] / 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');