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

Contents of /inc/pgSearch.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Thu Oct 4 14:59:35 2001 UTC (22 years, 6 months ago) by ravilov
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
Added the archive. Some more bug fixes.

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

  ViewVC Help
Powered by ViewVC 1.1.26