From c73710f5957121988c8662640b111d8804233387 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Dec 2010 17:10:29 +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 a7056f7..e2ddb94 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -623,7 +623,7 @@ class Pman_Roo extends Pman $o = $chk->fetchAll(); $desc = $ka[0]. ':' . $ka[1] .'='.$xx->$pk; if (method_exists($chk, 'toEventString')) { - $desc = $ka[0] . ' : ' $o[0]->toEventString(); + $desc = $ka[0] . ' : ' . $o[0]->toEventString(); } $this->jerr('Delete Dependant records first ('. $desc.')'); -- 2.39.2