mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:28 +01:00
fix for adding new users
This commit is contained in:
parent
9f1aa3675e
commit
50389bcca7
@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
$phpgw->template->set_var("lang_action",lang("Add new account"));
|
$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>");
|
$phpgw->template->set_var("error_messages","<center>" . $phpgw->common->error_list($error) . "</center>");
|
||||||
} else {
|
} else {
|
||||||
$phpgw->template->set_var("error_messages","");
|
$phpgw->template->set_var("error_messages","");
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
- Fixed calendar view of events - change of convert_string_to_names_access().
|
- Fixed calendar view of events - change of convert_string_to_names_access().
|
||||||
- Fixed deletion of user accounts hanging on deleting of calendar events.
|
- Fixed deletion of user accounts hanging on deleting of calendar events.
|
||||||
- Fix for email in BIG5 charset.
|
- Fix for email in BIG5 charset.
|
||||||
|
- Fix for adding new users.
|
||||||
|
|
||||||
[0.9.4] - Fixed calendar week view.
|
[0.9.4] - Fixed calendar week view.
|
||||||
- Displays calendar items in day view without start times.
|
- Displays calendar items in day view without start times.
|
||||||
|
Loading…
Reference in New Issue
Block a user