diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index ce7c543798..04412cdd7a 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-05-31 Sergio Martin + + * util/pandora_manage.pl: Fixed typo error. + 2010-05-27 Sergio Martin * util/pandora_manage.pl: Added the 15 new functionalities diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 3df5d625a9..41bf8df2ab 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -966,7 +966,7 @@ sub pandora_manage_main ($$$) { if(defined($datetime_max) && $datetime_max ne '') { if ($datetime_max !~ /([0-9]{2,4})\-([0-1][0-9])\-([0-3][0-9]) +([0-2][0-9]):([0-5][0-9]):([0-5][0-9])/) { -ยก print "Invalid datetime_max $datetime_max. (Correct format: YYYY-MM-DD HH:mm)\n"; + print "Invalid datetime_max $datetime_max. (Correct format: YYYY-MM-DD HH:mm)\n"; exit; } # Add the seconds