From 14302fea237b7b2bfec63e2573b4488eae052413 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 2 May 2002 17:15:05 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/comm/people.php3 | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/htdocs/comm/people.php3 b/htdocs/comm/people.php3 index 8dab13dc0fd..28f7b66a573 100644 --- a/htdocs/comm/people.php3 +++ b/htdocs/comm/people.php3 @@ -122,33 +122,14 @@ if ($socid > 0) { if ($objsoc->url) { print "url\">$objsoc->url
"; } - print "
Contact :
$objsoc->c_nom $objsoc->c_prenom"; - print "
tel : $objsoc->c_tel"; - print "
email : $objsoc->c_mail"; - print "\n"; print ""; print ""; - print ""; - print "" ; - print ""; - - print "\n"; - print ""; print "
Créée le" . strftime("%d %b %Y %H:%M", $objsoc->dc) . "
Dernière modif le" . strftime("%d %b %Y %H:%M", $objsoc->dm) . "
Fiche société".$yn[$objsoc->fplus]."
"; - - print "
"; - print ""; - - print "

"; - print ""; - - print "
\n"; print ""; - print "
"; /* * */ @@ -245,5 +226,5 @@ if ($socid > 0) { $db->free(); $db->close(); -llxFooter(); +llxFooter("Dernière modification $Date$ révision $Revision$"); ?>