Correction variable TendanceIndiscore

This commit is contained in:
Michael RICOIS 2009-09-29 07:49:54 +00:00
parent 582c7e6823
commit 290abf4658

View File

@ -52,7 +52,7 @@ function block_indiscore($wsresult)
$page['blocks'][$i]['table'] = array();
$lignes = array();
$lignes[] = array( 'width'=>'30', 'content'=>' ' );
$lignes[] = array( 'width'=>'550', 'content'=>info_evaluationconclusion( array('Indiscore'=>$etab['Indiscore'],'infoEncours'=>$etab['infoEncours'],'encours'=>$etab['encours']) ) );
$lignes[] = array( 'width'=>'550', 'content'=>info_evaluationconclusion( array('Indiscore'=>$etab['Indiscore'],'infoEncours'=>$etab['infoEncours'],'encours'=>$etab['encours'], 'TendanceIndiscore'=>$etab['TendanceIndiscore']) ) );
$page['blocks'][$i]['table']['row'][] = array( 'content'=>$lignes );
$lignes = array();
@ -157,7 +157,7 @@ function info_evaluationconclusion($info)
$html.='<h3>'.$infoEncours.'</h3>';
}else{
if ($Indiscore!=0) {
$html.= '<i>La tendance de la note est '.$etab['TendanceIndiscore'].'</i>'."\n";
$html.= '<i>La tendance de la note est '.$TendanceIndiscore.'</i>'."\n";
$html.= '<h3>L\'ENCOURS MAXIMUM CONSEILL&Eacute; EST DE '.round($encours/1000).' K&euro;</h3>'."\n";
}
$html.= '<h3>'.$infoEncours.'</h3>'."\n";