From 3c6d83eda3dba4e63ee06d8941e32e548c885c33 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Dec 2010 17:10:25 +0800 Subject: [PATCH] Pman/Roo.php --- Pman/Roo.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.')'); } } -- 2.39.2