summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d1cf3c1)
raw | patch | inline | side by side (parent: d1cf3c1)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 07:16:27 +0000 (07:16 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 07:16:27 +0000 (07:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1415 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 7ffed89dd92b9c9926e8aa934ec6cdd20d43bd0a..942b28c4daa98481d0c5c22b3917ffa18a824fd3 100644 (file)
// Perform queries ...
foreach($SQL as $query){
if(!@mysql_query($query,$r_con)){
- print_red(_("Error while performing query:")." ".mysql_error()));
+ print_red(_("Error while performing query:")." ".mysql_error());
return false;
}
}