From 43ce1528b381b6efa51111c75027493e64c45485 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 31 Jan 2004 01:58:30 +0000 Subject: [PATCH] removed left-over microtime() statement --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1