madeon (madeon) wrote in changelog,
madeon
madeon
changelog

[livejournal] r21056: LJSUP-10956: old time format is expected...

Committer: sbelyaev
LJSUP-10956: old time format is expected
U   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 {

Tags: bml, livejournal, madeon, sbelyaev
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments