/[health_html]/inc/pgSearch.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/pgSearch.php

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

revision 1.1 by ravilov, Tue Sep 25 15:38:04 2001 UTC revision 1.2 by dpavlin, Tue Sep 25 22:16:40 2001 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3            global $fname,$tpl;
4            $fname="mnogosearch.tpl";
5          if ($query) {          if ($query) {
6                  include("inc/conn.php");                  $q=$query;
7                  $section_menu = "search";          }
8                  include_once("inc/mnogo/search.inc");  
9                  $main = $mnogo_output;          include("inc/conn.php");
10          } else Header("Location: ?");          $section_menu = "search";
11            include_once("inc/mnogo/search.inc");
12            $tpl->assign("MAIN",$mnogo_output);
13            $query="";
14  ?>  ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26