Pman/Roo.php
authorjohn <john@roojs.com>
Tue, 28 Nov 2017 09:36:12 +0000 (17:36 +0800)
committerjohn <john@roojs.com>
Tue, 28 Nov 2017 09:36:12 +0000 (17:36 +0800)
Pman/Roo.php

index 812cf66..9f0dcef 100644 (file)
@@ -1154,11 +1154,10 @@ class Pman_Roo extends Pman
         
         $bits = array_map($clean, explode(',', $req['_delete']));
         
-       // print_r($bits);exit;
+        print_r($bits);exit;
          
         // let's assume it has a key!!!
         
-        print_r(implode(',', $bits));exit;
         $x->whereAdd($this->key .'  IN ('. implode(',', $bits) .')');
         if (!$x->find()) {
             $this->jerr("Nothing found to delete");