From: Edward Date: Tue, 31 Dec 2013 06:56:08 +0000 (+0800) Subject: DataObjects/Person.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a834ad03c3e1807334fe65832cd26339e0d83dff;p=Pman.Core DataObjects/Person.php --- diff --git a/DataObjects/Person.php b/DataObjects/Person.php index 1a2b4b08..e47e04dd 100644 --- a/DataObjects/Person.php +++ b/DataObjects/Person.php @@ -333,7 +333,6 @@ class Pman_Core_DataObjects_Person extends DB_DataObject $n = $u->count(); $_SESSION[__CLASS__][$sesPrefix .'-empty'] = $n; $error = PEAR::getStaticProperty('DB_DataObject','lastError'); - if ($error) { die($error->toString()); // not really a good thing to do... }