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

index ba6c51c..e81a4e9 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');