fix EMS Add Subevent

This commit is contained in:
Roy Johnson 2006-06-05 18:25:13 +00:00
parent 8713cb7937
commit d99aea0cda
2 changed files with 2 additions and 2 deletions

View file

@ -2751,7 +2751,7 @@ sub www_search {
$subSearchFlag = 1;
$cfilter_s0 = "requirement";
$cfilter_c0 = "eq";
$pn = $self->session->form->get("pn");
$pn = 1 || $self->session->form->get("pn");
}
my $keywords = $self->session->form->process("searchKeywords",'text');