Import lib Metier : correct typo

This commit is contained in:
Michael RICOIS 2015-01-26 14:37:03 +00:00
parent a7b2f74323
commit e00fbd8e12

View File

@ -584,7 +584,7 @@ function format($matches)
function PROJEC($valeur, $nbAnnees)
{
global $tabRegX, $Y, $Yaff, $PROECCOEFF, $PROJECTAUX;
require_once 'Metier/Scores/classMProjection.php';
require_once 'Metier/scores/classMProjection.php';
$projec = new Projection();
$projec->tabRegX = $tabRegX;
$result = $projec->calc($valeur, $nbAnnees);
@ -1911,8 +1911,8 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
$tabIdentite['DateCreaEn'],
$tabIdentite['DateCreaEt'],
'',
$RECME
$iDb;
$RECME,
$iDb
);
$noteStructure=$isolv->getSolvabilite();
$timer['solv']=microtime(true);