From 3cf2b6b5eb940c89bc309343d6b39a71a4b1fee2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Oct 2020 15:01:50 +0200 Subject: [PATCH] Doc comment. --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 7b705b4bd87..8714b0aa765 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2048,7 +2048,7 @@ function dol_print_date($time, $format = '', $tzoutput = 'tzserver', $outputlang * PHP getdate is restricted to the years 1901-2038 on Unix and 1970-2038 on Windows * WARNING: This function always use PHP server timezone to return locale informations !!! * Usage must be avoid. - * FIXME: Replace this with PHP date function and a parameter $gm + * FIXME: Replace content of this function with PHP date functions and a parameter $gm * * @param int $timestamp Timestamp * @param boolean $fast Fast mode