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

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

revision 1.5 by dpavlin, Fri Sep 7 14:10:57 2001 UTC revision 1.6 by dpavlin, Fri Sep 7 14:15:03 2001 UTC
# Line 38  if ($sub_part == "CustomManuf") { Line 38  if ($sub_part == "CustomManuf") {
38    
39  $main_file="./fc/";  $main_file="./fc/";
40  if ($part=="ContactUs") {  if ($part=="ContactUs") {
41          $sth = $dbh->prepare("select name,comment,email,tel,fax from fc_contact where is_office is not true order by num");          $sth = $dbh->prepare("select name,comment,addr1,addr2,email,tel,fax from fc_contact where is_office is not true order by num");
42          $sth->execute();          $sth->execute();
43          while ($row=$sth->fetchrow_hash()) {          while ($row=$sth->fetchrow_hash()) {
44                  $person[]=$row;                  $person[]=$row;

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

  ViewVC Help
Powered by ViewVC 1.1.26