Changeset 53850 in spip-zone for _plugins_/gis/trunk/gis_pipelines.php
- Timestamp:
- Oct 30, 2011, 1:19:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/gis_pipelines.php
r53652 r53850 323 323 } 324 324 325 // permettre la recherche dans une boucle gis326 function gis_rechercher_liste_des_champs($tables){327 $tables['gis'] = array(328 'titre' => 8,329 'descriptif' => 5,330 'pays' => 3,331 'region' => 3,332 'ville' => 3,333 'code_postal' => 3334 );335 return $tables;336 }337 338 function gis_declarer_type_surnoms($surnoms){339 $surnoms['gi'] = 'gis';340 return $surnoms;341 }342 343 function gis_declarer_tables_objets_surnoms($surnoms){344 $surnoms['gis'] = 'gis';345 return $surnoms;346 }347 348 325 function gis_taches_generales_cron($taches_generales){ 349 326 $taches_generales['gis_nettoyer_base'] = 3600*48;
Note: See TracChangeset
for help on using the changeset viewer.