From: john Date: Tue, 28 Nov 2017 09:36:12 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=e20b62e232a6e137eeea326a0d3e9be2f112ba7d;p=Pman.Base Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index 812cf66..9f0dcef 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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");