From adaea2769b27fd896758606fe33558e91b2f0fd6 Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 20 Jul 2016 15:00:37 +0800 Subject: [PATCH] DataObjects/Office.php --- DataObjects/Office.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Office.php b/DataObjects/Office.php index 390f20eb..d4edac90 100644 --- a/DataObjects/Office.php +++ b/DataObjects/Office.php @@ -53,7 +53,7 @@ class Pman_Core_DataObjects_Office extends DB_DataObject function beforeDelete($dependants_array, $roo) { - print_R(count($dependants_array));exit; + print_R(count($dependants_array)); print_R('run?>>>');exit; if (count($dependants_array) != 1) { //$roo->jerr("more than one dependant type...."); -- 2.39.2