Correction annonces legales

This commit is contained in:
Michael RICOIS 2015-07-10 10:03:05 +00:00
parent 0d24d222f8
commit ec8d2e31bb

View File

@ -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;
}
}