/[corp_html]/human_health.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 /human_health.php

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

revision 1.5 by dpavlin, Tue Mar 6 07:38:45 2001 UTC revision 1.6 by dpavlin, Mon Mar 12 16:41:56 2001 UTC
# Line 51  if ($sql_where != "") { Line 51  if ($sql_where != "") {
51    
52  if (isset($search)) {  if (isset($search)) {
53    
54          $sql="select distinct brand,form,generic,description,type,atc,town,smpc,have_smpc from products $sql_where order by brand asc";          $sql="select distinct brand,form,generic,description,type,atc,town,smpc,have_smpc,tm from products $sql_where order by brand asc";
55          $sth = $dbh->prepare("$sql");          $sth = $dbh->prepare("$sql");
56          $sth->execute();          $sth->execute();
57          while ($row=$sth->fetchrow_hash()) {          while ($row=$sth->fetchrow_hash()) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.26