summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d9f1515)
raw | patch | inline | side by side (parent: d9f1515)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 07:15:30 +0000 (07:15 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Sep 2005 07:15:30 +0000 (07:15 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1414 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
index 6b6c105516814ef66801d17ddc0240a18e9a047f..b9c30d0283ca5a18c5d77863e13af01c3c262d36 100644 (file)
--- a/TODO
+++ b/TODO
- Re-implement profile management, divlists look pretty ugly here
- Re-implement "new" functionality
+* Phone account
+ - Errors while saving phone numbers with spaces
+
* Password changing for workstations doesn't work anymore
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index db58e20bcf781c744a770222ebd82714c645cdb2..7ffed89dd92b9c9926e8aa934ec6cdd20d43bd0a 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;
}
}