From: cajus Date: Mon, 26 Sep 2005 07:16:27 +0000 (+0000) Subject: Fixed another typo :-) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f326c78644a4d6682ef5c572e6fabc4b7382cab;p=gosa.git Fixed another typo :-) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1415 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 7ffed89dd..942b28c4d 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -534,7 +534,7 @@ class phoneAccount extends plugin // 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; } }