Changeset 107578 in spip-zone
- Timestamp:
- Nov 15, 2017, 3:25:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/polyhierarchie/branches/v2.0/polyhier_fonctions.php
r107576 r107578 220 220 $where[] = $c; 221 221 222 if ($tous!=='directs' 223 AND in_array(table_objet_sql($boucle->type_requete),array_keys(lister_tables_objets_sql()))){ 222 if ( 223 $tous !== 'directs' 224 and in_array(table_objet_sql($boucle->type_requete), array_keys(lister_tables_objets_sql())) 225 ) { 224 226 // S'il y a une jointure, on cherche toujours les liaisons avec celle-ci 225 227 if (isset($type_jointure)) {
Note: See TracChangeset
for help on using the changeset viewer.