FIX: Typo

This commit is contained in:
Raphaël Doursenaud 2014-09-18 15:38:07 +02:00 committed by Raphaël Doursenaud
parent bd03cb439d
commit 0f71b7e0b0

View File

@ -822,7 +822,7 @@ function dol_strftime($fmt, $ts=false, $is_gmt=false)
* @param string $tzoutput true or 'gmt' => string is for Greenwich location
* false or 'tzserver' => output string is for local PHP server TZ usage
* 'tzuser' => output string is for local browser TZ usage
* @param Tranlsate $outputlangs Object lang that contains language for text translation.
* @param Translate $outputlangs Object lang that contains language for text translation.
* @param boolean $encodetooutput false=no convert into output pagecode
* @return string Formated date or '' if time is null
*