From c6f9ca540d7bff04230f56320a4dda8c2ebab230 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 30 May 2003 11:01:56 +0000 Subject: - Fixed typo. Patch by Marco. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 57f57c24d..66152b3c4 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -404,7 +404,7 @@ function drupal_goto($url) { ** Translate & to simply & */ - $url = str_replace("&", "&", $url); + $url = str_replace("&", "&", $url); /* ** It is advised to use "drupal_goto()" instead of PHP's "header()" as -- cgit v1.2.3