From 296fab5774e9a64622f4ba02755d1531c7c207f7 Mon Sep 17 00:00:00 2001 From: john Date: Tue, 28 Nov 2017 17:35:35 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index a777cdb..812cf66 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -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"); -- 2.39.2