Index: login_destination/login_destination.module
===================================================================
--- login_destination/login_destination.module	(revision 87)
+++ login_destination/login_destination.module	(working copy)
@@ -185,9 +185,7 @@
     if (!empty($query) ) { $add_to_path = urlencode("?" . $query); }
     
     // redirect
     $_REQUEST['destination'] = $path .  $add_to_path;
-    drupal_goto($path, urlencode($query), NULL, 301);    
   }
   // internal
   else {
@@ -197,7 +195,6 @@
     
     //redirect
     $_REQUEST['destination'] = $path .  $add_to_path;
-    drupal_goto($path, urlencode($query), NULL, 301);
   }
 }
 
