Changeset 96868 in spip-zone
- Timestamp:
- Apr 29, 2016, 4:56:23 PM (5 years ago)
- Location:
- _plugins_/exclure_secteur/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/exclure_secteur/trunk/exclurepip.php
r95429 r96868 22 22 if (in_array($type, array('articles', 'rubriques', 'syndic'))) { 23 23 if ($exclut !='z'){ 24 $boucle->where[] = "sql_in(' id_secteur', '$exclut', 'NOT')";24 $boucle->where[] = "sql_in('$type.id_secteur', '$exclut', 'NOT')"; 25 25 } 26 26 } … … 28 28 if ($type == 'breves'){ 29 29 if ($exclut !='z'){ 30 $boucle->where[] = "sql_in(' id_rubrique', '$exclut', 'NOT')";30 $boucle->where[] = "sql_in('$type.id_rubrique', '$exclut', 'NOT')"; 31 31 } 32 32 } -
_plugins_/exclure_secteur/trunk/paquet.xml
r95428 r96868 2 2 prefix="exclure_sect" 3 3 categorie="outil" 4 version="2.0. 8"4 version="2.0.9" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.