Changeset 77112 in spip-zone
- Timestamp:
- Oct 9, 2013, 8:20:47 PM (7 years ago)
- Location:
- _plugins_/projets_organisations
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/projets_organisations/paquet.xml
r71861 r77112 2 2 prefix="projets_organisations" 3 3 categorie="outil" 4 version="1.0. 2"4 version="1.0.3" 5 5 etat="dev" 6 6 compatibilite="[3.0.5;3.0.*]" -
_plugins_/projets_organisations/projets_organisations_pipelines.php
r71861 r77112 13 13 14 14 // organisations sur les projets 15 // On utilise la table projets_liens pour la liaison et non organisations_liens 15 16 if (!$e['edition'] AND $e['type'] == 'projet') { 16 17 $texte .= recuperer_fond('prive/objets/editer/liens', array( 17 'table_source' => 'projet ',18 'objet' => $ flux['args'][$e['id_table_objet']],19 'id_objet' => 'organisation'18 'table_source' => 'projets', 19 'objet' => $e['type'], 20 'id_objet' => $flux['args'][$e['id_table_objet']] 20 21 )); 21 22 }
Note: See TracChangeset
for help on using the changeset viewer.