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

index 9f0dcef..08ab85a 100644 (file)
@@ -1154,10 +1154,12 @@ 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($this->key);exit;
+        
         $x->whereAdd($this->key .'  IN ('. implode(',', $bits) .')');
         if (!$x->find()) {
             $this->jerr("Nothing found to delete");