mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
fixed double end time labels
This commit is contained in:
parent
e9b3af544d
commit
d9d46e04f6
@ -125,7 +125,7 @@
|
||||
$phpgw->template->parse("output","list",True);
|
||||
|
||||
// Time
|
||||
$phpgw->template->set_var("field",lang("End Time"));
|
||||
$phpgw->template->set_var("field",lang("Time"));
|
||||
|
||||
$amsel = "checked"; $pmsel = "";
|
||||
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
|
||||
|
Loading…
Reference in New Issue
Block a user