[ic] 4.7.5. Bugfix -- file interchange and minivend

Ton Verhagen interchange-users@lists.akopia.com
Mon Jul 16 14:16:00 2001


Hi All,

mv_successpage set in a form is never used when a profile check is successful.

In files interchange and minivend this line:
$CGI::values{mv_nextpage} = $::Values->{mv_successpage}
                                          if $::Values->{mv_successpage};
should read:
$CGI::values{mv_nextpage} = $CGI::values{mv_successpage}
                                          if $CGI::values{mv_successpage};

This minor change will fix the problem.

Kind regards,

Ton