Pman/Roo.php
authorbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:32:12 +0000 (11:32 +0800)
committerbenny <benny@roojs.com>
Tue, 4 Sep 2018 03:32:12 +0000 (11:32 +0800)
Pman/Roo.php

index 65d5f9b..735b456 100644 (file)
@@ -664,7 +664,7 @@ class Pman_Roo extends Pman
         $old = false;
         
         // not sure if this is a good idea here...
-        var_dump($_REQUEST);exit;
+
         if (!empty($_REQUEST['_ids'])) {
             $ids = explode(',',$_REQUEST['_ids']);
             $x->whereAddIn($this->key, $ids, 'int');