From 85d60740cac1416302a858f37e5ef5f6327af7b4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 30 Apr 2002 10:44:05 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/comm/contact.php3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 "$obj->name"; print "$obj->firstname"; - print "$obj->email\n"; + print "$obj->email \n"; print "idp\">$obj->nom\n"; print ''.$obj->stcomm.''; print "idp&setcontact=$obj->cidp&action=create\">[Propal]\n";