Changeset 30253 in spip-zone for _plugins_/Association/Association_1.9.1/exec/ajout_cotisation.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/Association/Association_1.9.1/exec/ajout_cotisation.php
r12536 r30253 40 40 $categorie=$data['categorie']; 41 41 $validite=$data['validite']; 42 $split = split("-",$validite);42 $split = explode("-",$validite); 43 43 $annee = $split[0]; 44 44 $mois = $split[1];
Note: See TracChangeset
for help on using the changeset viewer.