fixed edit_entry.php time parameter

This commit is contained in:
skeeter 2000-08-19 18:51:51 +00:00
parent 02d21efaaa
commit d3ea37babc

View File

@ -618,8 +618,8 @@
"year=" . date("Y",$date)
. "&month=" . date("m",$date)
. "&day=" . date("d",$date)
. "&hour=" . substr($time,0,2)
. "&minute=" . substr($time,2,2))
. "&hour=" . substr($time,0,strpos($time,":"))
. "&minute=" . substr($time,strpos($time,":")+1,2))
. "\">$time</A></FONT></TH>";
if ($rowspan > 1) {