From cf6e9b4903fd34859aa7393addff12fc273f84e7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 20 Mar 2007 00:35:46 +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/comm/propal.php | 2 +- htdocs/compta/propal.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 2bd08f76bda..e0351ca271a 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1685,7 +1685,7 @@ if ($_GET['propalid'] > 0) $authoract = new User($db); $authoract->id = $objp->fk_user_author; $authoract->fetch(''); - print ''.$authoract->code.''; + print ''.$authoract->login.''; print "\n"; $i++; } diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index 7b163468a68..c0382b49ba3 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -709,7 +709,7 @@ et non globalement $authoract = new User($db); $authoract->id = $objp->fk_user_author; $authoract->fetch(''); - print ''.$authoract->code.''; + print ''.$authoract->login.''; print "\n"; $i++; }