/[health_html]/inc/search.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/search.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ravilov, Tue Sep 25 15:38:04 2001 UTC revision 1.7 by ravilov, Wed Sep 26 13:04:28 2001 UTC
# Line 122  Line 122 
122                          ));                          ));
123                  }                  }
124                  $tp->assign("fields", $flds);                  $tp->assign("fields", $flds);
125                  global $PHP_SELF, $section, $section_menu;                  global $section, $section_menu;
126                  $tp->assign("section", $section);                  $tp->assign("section", $section);
127                  $tp->assign("section_menu", $section_menu);                  $tp->assign("section_menu", $section_menu);
128                  $tp->assign("FORM_ACTION", $PHP_SELF.HTMLSpecialChars("?section=$section&section_menu={$section_menu}&stype=$stype"));                  $tp->assign("FORM_ACTION", HTMLSpecialChars("?section=$section&section_menu={$section_menu}&stype=$stype"));
129                  $form = $tp->fetch("search.tpl");                  $form = $tp->fetch("search.tpl");
130                  if ($form) {                  if ($form) {
131                          global $onload;                          global $onload;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26