From: Gabriel Wicke Date: Sat, 31 Jan 2004 01:58:30 +0000 (+0000) Subject: removed left-over microtime() statement X-Git-Tag: 1.3.0beta1~1060 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=43ce1528b381b6efa51111c75027493e64c45485;p=lhc%2Fweb%2Fwiklou.git removed left-over microtime() statement --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 3a93b4e17e..05c1b32106 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -65,7 +65,7 @@ function wfLocalUrl( $a, $q = "" ) } else if ( "" == $q ) { $a = str_replace( "$1", $a, $wgArticlePath ); } else { - $a = "{$wgScript}?title={$a}&{$q}"; + $a = "/{$a}&{$q}"; } return $a; }