Correction annonces legales
This commit is contained in:
parent
0d24d222f8
commit
ec8d2e31bb
@ -4226,7 +4226,7 @@ class MInsee
|
||||
$where.=" AND e.ROLE IN('".implode("','",$tabCodRol)."') ";
|
||||
}
|
||||
}
|
||||
else {
|
||||
elseif ( !empty($rubrique) ) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@ -4258,7 +4258,7 @@ class MInsee
|
||||
$where.= implode(' OR ',$tabTmp);
|
||||
$where.= ')';
|
||||
}
|
||||
else {
|
||||
elseif ( !empty($rubrique) ) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user