Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.745.2.2
diff -u -p -r1.745.2.2 user.module
--- modules/user/user.module	11 Feb 2007 00:24:36 -0000	1.745.2.2
+++ modules/user/user.module	3 Apr 2007 14:33:55 -0000
@@ -1256,7 +1256,7 @@ function user_register_submit($form_id, 
       $body = _user_mail_text('welcome_body', $variables);
       drupal_mail('user-register-welcome', $mail, $subject, $body, $from);
       user_authenticate($account->name, trim($pass));
-      drupal_goto();
+      return '';
     }
     else if ($account->status || $notify) {
       // Create new user account, no administrator approval required.
