/[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.1 by ravilov, Fri Aug 10 13:59:06 2001 UTC revision 1.2 by ravilov, Wed Aug 22 11:43:59 2001 UTC
# Line 127  Line 127 
127                          ));                          ));
128                  }                  }
129                  $tp->assign("fields", $flds);                  $tp->assign("fields", $flds);
130                  global $PHP_SELF, $section;                  global $PHP_SELF, $section, $section_menu;
131                  $tp->assign("section", $section);                  $tp->assign("section", $section);
132                    $tp->assign("section_menu", $section_menu);
133                  $tp->assign("FORM_ACTION", $PHP_SELF.HTMLSpecialChars("?section=$section&stype=$stype"));                  $tp->assign("FORM_ACTION", $PHP_SELF.HTMLSpecialChars("?section=$section&stype=$stype"));
134                  $form = $tp->fetch("search.tpl");                  $form = $tp->fetch("search.tpl");
135                  return array($form, $qry_1, $qry_2);                  return array($form, $qry_1, $qry_2);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26