Changeset 90288 in spip-zone
- Timestamp:
- Jun 16, 2015, 7:29:33 AM (6 years ago)
- Location:
- _plugins_/champs_extras/interface/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/champs_extras/interface/trunk/iextras_administrations.php
r54347 r90288 35 35 **/ 36 36 function iextras_upgrade_to_saisies() { 37 $old_extras = $GLOBALS['meta']['iextras']; 37 include_spip('inc/config'); 38 $old_extras = lire_config('iextras', ''); 38 39 if (!$old_extras) { 39 40 // rien a faire -
_plugins_/champs_extras/interface/trunk/paquet.xml
r88744 r90288 2 2 prefix="iextras" 3 3 categorie="outil" 4 version="3.1. 3"4 version="3.1.4" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.