--- fine_chemicals.php 2001/09/07 14:10:57 1.5 +++ fine_chemicals.php 2001/09/07 14:15:03 1.6 @@ -38,7 +38,7 @@ $main_file="./fc/"; if ($part=="ContactUs") { - $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"); $sth->execute(); while ($row=$sth->fetchrow_hash()) { $person[]=$row;