trying again

This commit is contained in:
Matthew Wilson 2006-05-10 03:13:27 +00:00
parent 1790f473d5
commit 00864938af

View file

@ -2207,6 +2207,7 @@ sub saveRegistration {
}
$counter++;
}
srand;
$self->session->http->setRedirect($self->getUrl("op=viewCart;something=".rand(44345552))) if $self->session->form->get('checkoutNow');
return 1 if $self->session->form->get('checkoutNow');
return $self->www_view();