[-] BO : remove deprecated parameter when call Tools::displayDate()

This commit is contained in:
vAugagneur
2013-05-20 16:55:52 +02:00
parent 5244fdaa21
commit e01383c5a1
15 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -1676,9 +1676,9 @@ abstract class AdminTabCore
elseif (isset($params['float']))
echo rtrim(rtrim($tr[$key], '0'), '.');
elseif (isset($params['type']) && $params['type'] == 'date')
echo Tools::displayDate($tr[$key], $this->context->language->id);
echo Tools::displayDate($tr[$key]);
elseif (isset($params['type']) && $params['type'] == 'datetime')
echo Tools::displayDate($tr[$key], $this->context->language->id, true);
echo Tools::displayDate($tr[$key],null , true);
elseif (isset($tr[$key]))
{
if ($key == 'price')