fixed whitespace
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 7 Mar 2006 02:08:24 +0000 (02:08 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 7 Mar 2006 02:08:24 +0000 (02:08 +0000)
includes/GlobalFunctions.php

index 377ee11..2f2dbe7 100644 (file)
@@ -1275,8 +1275,8 @@ define('TS_ORACLE', 6);
 
 /**
  * @param mixed $outputtype A timestamp in one of the supported formats, the
- *                         function will autodetect which format is supplied
-                           and act accordingly.
+ *                          function will autodetect which format is supplied
*                          and act accordingly.
  * @return string Time in the format specified in $outputtype
  */
 function wfTimestamp($outputtype=TS_UNIX,$ts=0) {