This commit is contained in:
Frank Dillon 2006-05-10 04:35:17 +00:00
parent 6e4ac1796e
commit c88d51eb5f

View file

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