--- inc/search.php 2001/09/25 15:38:04 1.6 +++ inc/search.php 2001/09/26 13:04:28 1.7 @@ -122,10 +122,10 @@ )); } $tp->assign("fields", $flds); - global $PHP_SELF, $section, $section_menu; + global $section, $section_menu; $tp->assign("section", $section); $tp->assign("section_menu", $section_menu); - $tp->assign("FORM_ACTION", $PHP_SELF.HTMLSpecialChars("?section=$section§ion_menu={$section_menu}&stype=$stype")); + $tp->assign("FORM_ACTION", HTMLSpecialChars("?section=$section§ion_menu={$section_menu}&stype=$stype")); $form = $tp->fetch("search.tpl"); if ($form) { global $onload;