From: hickert Date: Mon, 15 Jan 2007 07:18:44 +0000 (+0000) Subject: Removed debug code X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6a84bb545168c6545de6f487fb38c5a7a7c2a1e8;p=gosa.git Removed debug code git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5560 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 6a052bf6a..20948dea2 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -344,8 +344,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 */ foreach($this->a_old_telenums as $tele){ $oldnums[]= preg_replace("/[^0-9]/","",$tele);