diff options
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r-- | admin/batch_manager_global.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index 1d72e2e2d..c8bc38dad 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -292,7 +292,7 @@ DELETE } else { - $date_creation = $_POST['date_creation'].' 00:00:00'; + $date_creation = $_POST['date_creation']; } $datas = array(); @@ -565,7 +565,7 @@ if (count($page['cat_elements_id']) > 0) // creation date $template->assign('DATE_CREATION', - empty($_POST['date_creation']) ? date('y-n-j') : $_POST['date_creation'] + empty($_POST['date_creation']) ? date('Y-m-d').' 00:00:00' : $_POST['date_creation'] ); // image level options |