[openads-Commits] r4992 - branches/3.33.x/obj

0 views
Skip to first unread message

nh...@adullact.net

unread,
Oct 21, 2016, 10:06:09 AM10/21/16
to openmairi...@googlegroups.com
Author: nhaye
Date: 2016-10-21 16:05:23 +0200 (Fri, 21 Oct 2016)
New Revision: 4992

Modified:
branches/3.33.x/obj/consultation.class.php
Log:
Correction du type de champ fichier en modification de consultation

Modified: branches/3.33.x/obj/consultation.class.php
===================================================================
--- branches/3.33.x/obj/consultation.class.php 2016-10-21 10:24:19 UTC (rev 4991)
+++ branches/3.33.x/obj/consultation.class.php 2016-10-21 14:05:23 UTC (rev 4992)
@@ -1636,7 +1636,7 @@
}
} else {
// Si non on affiche uniquement le nom du fichier
- $form->setType('fichier', 'file');
+ $form->setType('fichier', 'filestaticedit');
}

}
@@ -1706,7 +1706,7 @@
}
} else {
// Si non on affiche uniquement le nom du fichier
- $form->setType('fichier', 'file');
+ $form->setType('fichier', 'filestaticedit');
}
}
//// On cache la clé primaire

Reply all
Reply to author
Forward
0 new messages