Index: uc_node_checkout.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_node_checkout/uc_node_checkout.module,v
retrieving revision 1.4.2.5
diff -u -p -r1.4.2.5 uc_node_checkout.module
--- uc_node_checkout.module	20 Jan 2009 22:28:19 -0000	1.4.2.5
+++ uc_node_checkout.module	28 Jan 2009 15:08:34 -0000
@@ -289,7 +289,7 @@ function uc_node_checkout_form_alter(&$f
         // If specified, redirect anonymous customers to login.
         if (variable_get('uc_node_checkout_node_access', TRUE) && !$user->uid) {
           drupal_set_message(t('You must login or create a user account to continue.'));
-          $_SESSION['node_checkout_redirect'] = 'node/add/'. $type;
+          $_SESSION['node_checkout_redirect'] = 'node/add/'. str_replace('_', '-', $type);
           drupal_goto('user');
         }
         else {
