From 9d6409c8d2620f89481e7746a5315cecfce37df2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 6 Jan 2012 13:20:12 +0000 Subject: [PATCH] bug attribut fiche : add blank : label --- include/class_fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class_fiche.php b/include/class_fiche.php index a6b6f66bc..6490129d6 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -510,6 +510,7 @@ class Fiche case 'select': $w=new ISelect("av_text".$attr->ad_id); $w->value=$this->cn->make_array($attr->ad_extra); + unset($w->label); break; case 'card': $w=new ICard("av_text".$attr->ad_id);