Changeset 112633 in spip-zone
- Timestamp:
- Dec 5, 2018, 8:58:58 PM (2 years ago)
- Location:
- _plugins_/inscription/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/inscription/trunk/formulaires/inscription3_recherche.php
r98228 r112633 9 9 */ 10 10 function formulaires_inscription3_recherche_charger_dist() { 11 $datas = array( );11 $datas = array('editable' => 'true'); 12 12 $datas['ordre'] = _request('ordre'); 13 13 $datas['desc'] = _request('desc'); -
_plugins_/inscription/trunk/paquet.xml
r111270 r112633 2 2 prefix="inscription3" 3 3 categorie="auteur" 4 version="3.6.1 1"4 version="3.6.12" 5 5 etat="stable" 6 6 compatibilite="[3.1.0;3.2.*]" … … 17 17 <auteur>BoOz</auteur> 18 18 19 <copyright>2007-2017</copyright> 20 19 <copyright>2007-2018</copyright> 21 20 <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> 22 21
Note: See TracChangeset
for help on using the changeset viewer.