Correction condition traitement
This commit is contained in:
parent
bf73885bcd
commit
a8486a0ade
@ -43,10 +43,11 @@ if($nomFic == ''){
|
||||
$output = '';
|
||||
$count = 0;
|
||||
$nbAnnonces = count($annonces);
|
||||
|
||||
if($nbAnnonces>0){
|
||||
foreach($annonces as $annonce){
|
||||
if($count>$nbAnnoncesMax) break;
|
||||
if($count>$nbAnnoncesMin){
|
||||
if($count>=$nbAnnoncesMin){
|
||||
$output.= '<page backtop="10mm" backbottom="10mm">';
|
||||
$output.= '<page_header>';
|
||||
$output.= '<table style="width:100%; border:solid 1px black;">';
|
||||
|
Loading…
x
Reference in New Issue
Block a user