From: S Page Date: Fri, 18 Jan 2013 22:47:25 +0000 (-0800) Subject: Document that default timestamp is current time. X-Git-Tag: 1.31.0-rc.0~20981 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=a5e40b661c8a2418be471f63ada1b48e3d69f9cf;p=lhc%2Fweb%2Fwiklou.git Document that default timestamp is current time. Change-Id: Ie255ac62a52f5d023f7cd6ffc6c0df91e7a02403 --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 1593085aef..2292e31563 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2441,7 +2441,7 @@ define( 'TS_ISO_8601_BASIC', 9 ); * @param $outputtype Mixed: A timestamp in one of the supported formats, the * function will autodetect which format is supplied and act * accordingly. - * @param $ts Mixed: the timestamp to convert or 0 for the current timestamp + * @param $ts Mixed: optional timestamp to convert, default 0 for the current time * @return Mixed: String / false The same date in the format specified in $outputtype or false */ function wfTimestamp( $outputtype = TS_UNIX, $ts = 0 ) {