Code

Hide mysql error
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Aug 2005 13:23:46 +0000 (13:23 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Aug 2005 13:23:46 +0000 (13:23 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1200 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/gofon/phoneaccount/class_phoneAccount.inc

index 91e44913541d5795da514c9404fed909b5c61cce..46e74989d08064357208f13062d3c83349bd4315 100644 (file)
@@ -87,7 +87,7 @@ class phoneAccount extends plugin
       }
     }
 
       }
     }
 
-    $attrs = mysql_fetch_row(mysql_query("SELECT *  FROM ".$a_SETUP['VOICE_TABLE']." WHERE customer_id=".$this->phoneNumbers[$first].";"));
+    $attrs = @mysql_fetch_row(@mysql_query("SELECT *  FROM ".$a_SETUP['VOICE_TABLE']." WHERE customer_id=".$this->phoneNumbers[$first].";"));
     if($attrs){
       $this->goFonPINVoice = $attrs[4];
     }else{
     if($attrs){
       $this->goFonPINVoice = $attrs[4];
     }else{