Code

Fixed typo
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Sep 2005 07:15:30 +0000 (07:15 +0000)
committercajus <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
plugins/gofon/phoneaccount/class_phoneAccount.inc

diff --git a/TODO b/TODO
index 6b6c105516814ef66801d17ddc0240a18e9a047f..b9c30d0283ca5a18c5d77863e13af01c3c262d36 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,6 +32,9 @@ Things to fix before 2.4:
   - 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
 
 
index db58e20bcf781c744a770222ebd82714c645cdb2..7ffed89dd92b9c9926e8aa934ec6cdd20d43bd0a 100644 (file)
@@ -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;
         }
       }