From 23f36d7226fa8055832009fd2db042229e065caf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 10 Mar 2010 19:38:25 +0000 Subject: [PATCH] Doxygen --- htdocs/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 92af8c99101..4f2121b054c 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -414,7 +414,7 @@ function dolibarr_print_date($time,$format='',$to_gmt=false,$outputlangs='',$enc * "%d/%m/%Y %H:%M", * "%d/%m/%Y %H:%M:%S", * "day", "daytext", "dayhour", "dayhourldap", "dayhourtext" - * \param to_gmt false=output string is for local server TZ users, true=output string is for GMT users + * \param to_gmt false=output string is for local server TZ usage, true=output string is for GMT usage * \param outputlangs Object lang that contains language for text translation. * \return string Formated date or '' if time is null */