mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:25 +01:00
fixed edit_entry.php time parameter
This commit is contained in:
parent
02d21efaaa
commit
d3ea37babc
@ -618,8 +618,8 @@
|
|||||||
"year=" . date("Y",$date)
|
"year=" . date("Y",$date)
|
||||||
. "&month=" . date("m",$date)
|
. "&month=" . date("m",$date)
|
||||||
. "&day=" . date("d",$date)
|
. "&day=" . date("d",$date)
|
||||||
. "&hour=" . substr($time,0,2)
|
. "&hour=" . substr($time,0,strpos($time,":"))
|
||||||
. "&minute=" . substr($time,2,2))
|
. "&minute=" . substr($time,strpos($time,":")+1,2))
|
||||||
. "\">$time</A></FONT></TH>";
|
. "\">$time</A></FONT></TH>";
|
||||||
|
|
||||||
if ($rowspan > 1) {
|
if ($rowspan > 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user