Changeset 107169 in spip-zone
- Timestamp:
- Oct 26, 2017, 7:50:38 AM (3 years ago)
- Location:
- _plugins_/tradrub_proposee/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/tradrub_proposee/trunk/paquet.xml
r107115 r107169 2 2 prefix="tradrub_proposee" 3 3 categorie="edition" 4 version="0. 5.0"4 version="0.6.0" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/tradrub_proposee/trunk/tradrub_proposee_pipelines.php
r107031 r107169 24 24 if (intval(_request('lier_trad')) > 0 and in_array($flux['args']['form'], array('editer_rubrique', 'editer_article'))) { 25 25 $rub_parente = sql_fetsel('id_trad, id_secteur', 'spip_rubriques', 'id_rubrique='.intval($flux['args']['contexte']['id_parent'])); 26 if (intval($rub_parente ) > 0) {26 if (intval($rub_parente['id_trad']) > 0) { 27 27 $rub_traduites = sql_allfetsel('id_rubrique, id_secteur, titre, lang', 'spip_rubriques', 'id_trad='.intval($rub_parente['id_trad'])); 28 28 if (count($rub_traduites) > 1) {
Note: See TracChangeset
for help on using the changeset viewer.