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

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

revision 1.1 by ravilov, Mon Sep 3 15:52:16 2001 UTC revision 1.2 by ravilov, Fri Sep 7 12:55:13 2001 UTC
# Line 49  Line 49 
49                  list($naziv, $opis, $overview, $invest, $redflags) = $row;                  list($naziv, $opis, $overview, $invest, $redflags) = $row;
50                  $tpl->assign("symptom", escape_quote($naziv));                  $tpl->assign("symptom", escape_quote($naziv));
51                  $tpl->assign("overview", escape_quote($overview));                  $tpl->assign("overview", escape_quote($overview));
52                  $tpl->assign("investigations", escape_quote($invest));                  # $tpl->assign("investigations", escape_quote($invest));
53                  $tpl->assign("red_flags", escape_quote($redflags));                  # $tpl->assign("red_flags", escape_quote($redflags));
54                  $sql = "SELECT alias FROM simptomi_aliasi WHERE (simptom_id = $sid) ORDER BY alias";                  $sql = "SELECT alias FROM simptomi_aliasi WHERE (simptom_id = $sid) ORDER BY alias";
55                  $sth = $dbh->prepare($sql);                  $sth = $dbh->prepare($sql);
56                  if (!$sth) error("Cannot prepare query: \"$sql\"");                  if (!$sth) error("Cannot prepare query: \"$sql\"");

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

  ViewVC Help
Powered by ViewVC 1.1.26