From d1cf3c15109e01db6435a374d0e960125334e305 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 26 Sep 2005 07:15:30 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1414 594d385d-05f5-0310-b6e9-bd551577e9d8 --- TODO | 3 +++ plugins/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6b6c10551..b9c30d028 100644 --- 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 diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index db58e20bc..7ffed89dd 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; } } -- 2.30.2