Committer: sbelyaev
LJSUP-10956: old time format is expectedU trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml =================================================================== --- trunk/htdocs/update.bml 2012-02-01 08:11:48 UTC (rev 21055) +++ trunk/htdocs/update.bml 2012-02-01 10:10:42 UTC (rev 21056) @@ -259,9 +259,7 @@ my $date = LJ::html_datetime_decode({ 'name' => "date_ymd", }, \%POST); ($year, $mon, $mday) = split( /\D/, $date); - $hour = $POST{'hour'}; - $min = $POST{'min'}; - + ($hour, $min) = split(/:/, $POST{'time'}); } my $print_entry_form = sub {