From b86c06d887a48bbdb0ad440188ae93b58331ee32 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 11 Dec 2014 13:39:46 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#1045=20-=20Am=C3=A9lioration=20apparenc?= =?UTF-8?q?e=20=20:=20remove=20indicator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class_icard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_icard.php b/include/class_icard.php index 6916331f3..338d176d4 100644 --- a/include/class_icard.php +++ b/include/class_icard.php @@ -224,7 +224,7 @@ class ICard extends HtmlInput $ind=sprintf('', $this->indicator); - + $this->indicator="null"; $div=($this->choice_create == 1) ? sprintf('
',$this->choice):""; $query=dossier::get().'&e='.urlencode($this->typecard);