From 12063aa44333b455fc2a9ab9d268c21887b66e35 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 7 Mar 2006 02:08:24 +0000 Subject: [PATCH] fixed whitespace --- includes/GlobalFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 377ee11872..2f2dbe7327 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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) { -- 2.20.1