/[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

Annotation of /inc/pgSearch.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations)
Fri Sep 28 23:34:37 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
Changes since 1.3: +7 -14 lines
Added some new pages to PLIVAmed. Some bugfixes.

1 ravilov 1.1 <?php
2 ravilov 1.4 global $fname, $tpl;
3     $fname = "mnogosearch.tpl";
4     // Roberte, jebi se! Ovo *MORA* biti ovdje!
5     if (isset($query)) $q = $query;
6 dpavlin 1.2 include("inc/conn.php");
7     $section_menu = "search";
8 ravilov 1.4 $dbaddr = "pgsql://ravilov@rem.pliva.hr/p".($isMed?"m":"h")."search/";
9 dpavlin 1.2 include_once("inc/mnogo/search.inc");
10 ravilov 1.4 $tpl->assign("MAIN", $mnogo_output);
11     $query = "";
12 ravilov 1.1 ?>

  ViewVC Help
Powered by ViewVC 1.1.26