Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 09:10:25 +0000 (17:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 13 Dec 2010 09:10:25 +0000 (17:10 +0800)
Pman/Roo.php

index dcfcc2e..a7056f7 100644 (file)
@@ -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.')');
                 }
             }