Changeset 90129 in spip-zone
- Timestamp:
- Jun 12, 2015, 4:20:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/formulaires/rechercher_gis.php
r70103 r90129 34 34 */ 35 35 function formulaires_rechercher_gis_verifier_dist($objet='', $id_objet='', $retour='', $recherche=''){ 36 $erreurs = array(); 36 37 return $erreurs; 37 38 } … … 46 47 */ 47 48 function formulaires_rechercher_gis_traiter_dist($objet='', $id_objet='', $retour='', $recherche=''){ 48 return; 49 $res = array(); 50 return $res; 49 51 } 50 52
Note: See TracChangeset
for help on using the changeset viewer.