Changeset 109950 in spip-zone
- Timestamp:
- Apr 19, 2018, 11:15:54 AM (3 years ago)
- Location:
- _plugins_/reservations_multiples/branches/v1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/reservations_multiples/branches/v1
-
Property
svn:ignore
set to
.project
.buildpath
.settings*
-
Property
svn:mergeinfo
set to
/_plugins_/reservations_multiples/trunk merged eligible
-
Property
svn:ignore
set to
-
_plugins_/reservations_multiples/branches/v1/paquet.xml
r105612 r109950 2 2 prefix="reservations_multiples" 3 3 categorie="communication" 4 version="1.5. 2"4 version="1.5.3" 5 5 etat="test" 6 6 compatibilite="[3.0.16;3.2.*]" … … 16 16 <licence>GNU/GPL</licence> 17 17 18 <necessite nom="reservation_evenement" compatibilite="[1.2 6.6;]" />18 <necessite nom="reservation_evenement" compatibilite="[1.28.3;]" /> 19 19 <necessite nom="saisies" compatibilite="[2.18.12;]" /> 20 20 -
_plugins_/reservations_multiples/branches/v1/promotions/reservation_multiple_simple.php
r101116 r109950 6 6 function promotions_reservation_multiple_simple_dist($flux = '') { 7 7 return array( 8 'nom' => _T('reservations_multiples:nom_reservation_multiple_simple') 8 'nom' => _T('reservations_multiples:nom_reservation_multiple_simple'), 9 'plugins_applicables' => 'reservation_evenement', 9 10 ); 10 11 }
Note: See TracChangeset
for help on using the changeset viewer.