Changeset 115294 in spip-zone
- Timestamp:
- May 9, 2019, 1:00:40 PM (2 years ago)
- Location:
- _plugins_/formidable/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/formidable/trunk/inc/formidable_fichiers.php
r112893 r115294 316 316 $i = 0; 317 317 while ($i < $nb_fichiers_max) { 318 if ($mon_file['error'][$i] == 0) {318 if ($mon_file['error'][$i] === 0) { 319 319 // la saisie fichiers est forcément structurée sous la forme d'un tableau, 320 320 // on peut donc vérifier qu'il n'y a pas d'erreur facilement -
_plugins_/formidable/trunk/paquet.xml
r115257 r115294 2 2 prefix="formidable" 3 3 categorie="communication" 4 version="3.37. 5"4 version="3.37.6" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.