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

index a777cdb..812cf66 100644 (file)
@@ -1158,7 +1158,7 @@ class Pman_Roo extends Pman
          
         // 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");