From d7f911c91097661b7bd5ffa439fae1576532dd58 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sun, 30 Sep 2001 11:13:43 +0000
Subject: [PATCH] - typo

---
 includes/common.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/common.inc b/includes/common.inc
index 98a94b339392..776e113b3e70 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -72,14 +72,14 @@ function message_throttle() {
 }
 
 function drupal_goto($url) {
-
+ 
   /*
   ** It is advised to use "drupal_goto()" instead of PHP's "header()" as 
   ** "drupal_goto()" will append the user's session ID to the URI when PHP 
   ** is compiled with "--enable-trans-sid".
   */
 
-  header("Location: $url". SID);
+  header("Location: $url&". SID);
 }
 
 function check_form($text) {
-- 
GitLab