From d81b68727886dcd37f044e8e15c8d6a34294794a Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 15 Jul 2008 09:56:34 +0000 Subject: [PATCH] Removed error_handler restore. Was there for debugging. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11654 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc index 81c93cbdd..64a156586 100644 --- a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc +++ b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc @@ -406,8 +406,6 @@ class phoneAccount extends plugin $i_is_accounted = false; // Ensure that extension entry, for name to number is only once in table - restore_error_handler(); - /* Prepare some basic attributes */ $oldnums = array(); foreach($this->a_old_telenums as $tele){ -- 2.30.2