From 95189e0f14dbcff694f95b7ade75708780031536 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Mar 2007 00:29:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20r=E9sidu=20de=20la=20suppression=20du=20?= =?UTF-8?q?champ=20"code"=20de=20la=20table=20llx=5Fuser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 6ea90dd6938..fe8b7e30533 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1821,7 +1821,7 @@ else $authoract = new User($db); $authoract->id = $objp->fk_user_author; $authoract->fetch(''); - print ''.$authoract->code.''; + print ''.$authoract->login.''; print "\n"; $i++; }