Removed extra ; in [3500]

Merged fixed from [3500] into branches/1.2.x.x/cake/libs/view/helpers/html.php

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3501 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2006-09-16 01:41:36 +00:00
parent ab56074c40
commit 9eb0c89035

View file

@ -914,8 +914,7 @@ class HtmlHelper extends Helper {
if (!empty($selected)) {
if (is_int($selected)) {
$selected = strftime('%G-%m-%d %T', $selected);
$selected = strftime('%G-%m-%d %H:%M:%S', $selected);
$selected = strftime('%Y-%m-%d %H:%M:%S', $selected);
}
$meridian = 'am';