Changeset 110673 in spip-zone
- Timestamp:
- Jun 15, 2018, 6:04:25 AM (3 years ago)
- Location:
- _plugins_/multidomaines/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/multidomaines/trunk/paquet.xml
r110645 r110673 2 2 prefix="multidomaines" 3 3 categorie="maintenance" 4 version="3.1. 1"4 version="3.1.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/multidomaines/trunk/urls/arbo_multidomaines.php
r110645 r110673 290 290 } 291 291 } elseif ($type == 'article') { 292 $niveau_superieur = '0'; 292 $id_parent = sql_getfetsel('id_parent', 'spip_rubriques','id_rubrique='.intval($parent)); 293 if ($id_parent == '0') { 294 $niveau_superieur = '0'; 295 } 293 296 } 294 297 if ($niveau_superieur == 0 or !($url_parent = declarer_url_arbo_multidomaines($type_parent ? $type_parent : 'rubrique', $parent, $contexte))) {
Note: See TracChangeset
for help on using the changeset viewer.