From: Alan Knowles Date: Mon, 13 Dec 2010 09:10:25 +0000 (+0800) Subject: Pman/Roo.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=3c6d83eda3dba4e63ee06d8941e32e548c885c33 Pman/Roo.php --- diff --git a/Pman/Roo.php b/Pman/Roo.php index dcfcc2e..a7056f7 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -621,12 +621,11 @@ class Pman_Roo extends Pman if ($matches) { $chk->limit(1); $o = $chk->fetchAll(); - $desc = $ka[0]. ':' . $ka[1] .'='.$xx->$pk + $desc = $ka[0]. ':' . $ka[1] .'='.$xx->$pk; if (method_exists($chk, 'toEventString')) { $desc = $ka[0] . ' : ' $o[0]->toEventString(); } - $this->jerr('Delete Dependant records first ('. $desc.')'); } }