Changeset 96497 in spip-zone
- Timestamp:
- Apr 6, 2016, 7:18:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/identifiants/trunk/formulaires/configurer_identifiants_fonctions.php
r96496 r96497 26 26 ecrire_config('identifiants/objets', array_merge($objets, $objets_utiles)); 27 27 } 28 29 $test = array('article' => array('caca'));30 $test2 = array('article' => array('pipi', 'popo'), 'rubrique'=>array('culcul'));31 var_dump(array_merge_recursive($test, $test2));
Note: See TracChangeset
for help on using the changeset viewer.