summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 330f075)
raw | patch | inline | side by side (parent: 330f075)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Aug 2005 13:23:46 +0000 (13:23 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index 91e44913541d5795da514c9404fed909b5c61cce..46e74989d08064357208f13062d3c83349bd4315 100644 (file)
}
}
}
}
- $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{