Changeset 70109 in spip-zone
- Timestamp:
- Feb 22, 2013, 4:05:18 PM (8 years ago)
- Location:
- _plugins_/coordonnees
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/coordonnees/branches/v1.4/coordonnees_pipelines.php
r67730 r70109 26 26 $liste['organisation'] = array('titre'=>_T('contacts:bouton_organisations'),'exec'=>'organisation'); 27 27 } 28 29 $liste = pipeline('objets_coordonnables', $liste); 28 30 29 31 if (!$quoi) { -
_plugins_/coordonnees/branches/v1t/coordonnees_pipelines.php
r67730 r70109 26 26 $liste['organisation'] = array('titre'=>_T('contacts:bouton_organisations'),'exec'=>'organisation'); 27 27 } 28 29 $liste = pipeline('objets_coordonnables', $liste); 28 30 29 31 if (!$quoi) { -
_plugins_/coordonnees/trunk/coordonnees_pipelines.php
r69457 r70109 26 26 $liste['organisation'] = array('titre'=>_T('contacts:bouton_organisations'),'exec'=>'organisation'); 27 27 } 28 29 $liste = pipeline('objets_coordonnables', $liste); 28 30 29 31 if (!$quoi) {
Note: See TracChangeset
for help on using the changeset viewer.