version 1.65, 2002/12/10 02:46:23
|
version 1.66, 2003/01/09 21:33:07
|
Line 846 sub submission {
|
Line 846 sub submission {
|
|
|
# option to display problem, only once else it cause problems |
# option to display problem, only once else it cause problems |
# with the form later since the problem has a form. |
# with the form later since the problem has a form. |
if ($ENV{'form.vProb'} eq 'yes') { |
if ($ENV{'form.vProb'} eq 'yes' or !$ENV{'form.vProb'}) { |
&show_problem($request,$symb,$uname,$udom,0); |
&show_problem($request,$symb,$uname,$udom,0); |
} |
} |
|
|