diff --git a/includes/common.inc b/includes/common.inc
index 98a94b339392c6cc443190b1d6c8df3566c04c73..776e113b3e70937748f68aceac006ee9eab15071 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) {