mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
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:
parent
ab56074c40
commit
9eb0c89035
1 changed files with 1 additions and 2 deletions
|
@ -914,8 +914,7 @@ class HtmlHelper extends Helper {
|
||||||
if (!empty($selected)) {
|
if (!empty($selected)) {
|
||||||
|
|
||||||
if (is_int($selected)) {
|
if (is_int($selected)) {
|
||||||
$selected = strftime('%G-%m-%d %T', $selected);
|
$selected = strftime('%Y-%m-%d %H:%M:%S', $selected);
|
||||||
$selected = strftime('%G-%m-%d %H:%M:%S', $selected);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$meridian = 'am';
|
$meridian = 'am';
|
||||||
|
|
Loading…
Reference in a new issue