Code

Removed debug code
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Jan 2007 07:18:44 +0000 (07:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 15 Jan 2007 07:18:44 +0000 (07:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5560 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/class_phoneAccount.inc

index 6a052bf6a2c9d0f0ccaf0ed87df922a305816a78..20948dea2271d54ef6e39c49dcb6592049b985b7 100644 (file)
@@ -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);