From a12e607ca051b6cc5a4d6dcb398a160ff9d0f0d2 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 6 Jan 2012 13:08:33 +0000 Subject: [PATCH] bug attribut fiche :update fiche : extra --- include/class_fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class_fiche.php b/include/class_fiche.php index afbc6733f..a6b6f66bc 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -169,6 +169,7 @@ class Fiche $t->av_text=$row['ad_value']; $t->ad_type=$row['ad_type']; $t->ad_size=$row['ad_size']; + $t->ad_extra=$row['ad_extra']; $t->jnt_order=$row['jnt_order']; $this->attribut[$i]=$t; }