diff --git a/htdocs/comm/contact.php3 b/htdocs/comm/contact.php3 index c4306dec0d2..ef071296c96 100644 --- a/htdocs/comm/contact.php3 +++ b/htdocs/comm/contact.php3 @@ -21,7 +21,6 @@ */ require("./pre.inc.php3"); - llxHeader(); $db = new Db(); if ($sortorder == "") { @@ -65,7 +64,7 @@ print "
"; $bc[1]="bgcolor=\"#90c090\""; $bc[0]="bgcolor=\"#b0e0b0\""; -$sql = "SELECT s.idp, s.nom, cabrecrut, st.libelle as stcomm, p.idp as cidp, p.name, p.firstname, p.email "; +$sql = "SELECT s.idp, s.nom, st.libelle as stcomm, p.idp as cidp, p.name, p.firstname, p.email "; $sql .= "FROM societe as s, socpeople as p, c_stcomm as st WHERE s.fk_stcomm = st.id AND s.idp = p.fk_soc"; if (strlen($stcomm)) { @@ -116,7 +115,7 @@ if ($result) { print "