fix for adding new users

This commit is contained in:
skeeter 2000-11-23 03:26:45 +00:00
parent 9f1aa3675e
commit 50389bcca7
2 changed files with 2 additions and 1 deletions

View File

@ -89,7 +89,7 @@
$phpgw->template->set_var("lang_action",lang("Add new account"));
if ($phpgw->templateotalerrors) {
if ($totalerrors) {
$phpgw->template->set_var("error_messages","<center>" . $phpgw->common->error_list($error) . "</center>");
} else {
$phpgw->template->set_var("error_messages","");

View File

@ -3,6 +3,7 @@
- Fixed calendar view of events - change of convert_string_to_names_access().
- Fixed deletion of user accounts hanging on deleting of calendar events.
- Fix for email in BIG5 charset.
- Fix for adding new users.
[0.9.4] - Fixed calendar week view.
- Displays calendar items in day view without start times.