Changeset 65834 in spip-zone
- Timestamp:
- Sep 13, 2012, 12:39:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fabrique/fabrique_fonctions.php
r65708 r65834 457 457 458 458 // editable, versionne, obligatoire 459 if (is _array($champ['caracteristiques'])) {459 if (isset($champ['caracteristiques']) and is_array($champ['caracteristiques'])) { 460 460 if (in_array($option, $champ['caracteristiques'])) { 461 461 return " "; // true
Note: See TracChangeset
for help on using the changeset viewer.