From 4354820689f35911799c94ee15facf84aceea4b4 Mon Sep 17 00:00:00 2001 From: phf Date: Tue, 28 Mar 2017 09:39:26 +0200 Subject: [PATCH] Fix call function get_date instead getDate --- htdocs/inventory/tpl/inventory.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/inventory/tpl/inventory.tpl.php b/htdocs/inventory/tpl/inventory.tpl.php index d707ec581b1..e3fa8e5421d 100644 --- a/htdocs/inventory/tpl/inventory.tpl.php +++ b/htdocs/inventory/tpl/inventory.tpl.php @@ -198,8 +198,8 @@ -

Date de création : get_date('datec') ?> -
Dernière mise à jour : get_date('tms') ?>

+

Date de création : getDate('datec') ?> +
Dernière mise à jour : getDate('tms') ?>