forked from extern/egroupware
fixed double end time labels
This commit is contained in:
parent
e9b3af544d
commit
d9d46e04f6
@ -125,7 +125,7 @@
|
|||||||
$phpgw->template->parse("output","list",True);
|
$phpgw->template->parse("output","list",True);
|
||||||
|
|
||||||
// Time
|
// Time
|
||||||
$phpgw->template->set_var("field",lang("End Time"));
|
$phpgw->template->set_var("field",lang("Time"));
|
||||||
|
|
||||||
$amsel = "checked"; $pmsel = "";
|
$amsel = "checked"; $pmsel = "";
|
||||||
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
|
if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {
|
||||||
|
Loading…
Reference in New Issue
Block a user