Comment code

This commit is contained in:
Michael RICOIS 2011-05-23 15:46:06 +00:00
parent 144b3262fb
commit ed9d5bffc2

View File

@ -753,12 +753,13 @@ class Entreprise extends WsScore
$duree = round(microtime(true)-$tDeb,3);
debugLog('W', "indiscore DUREE = $duree s", __LINE__, __FILE__, __FUNCTION__, __CLASS__);
/*
if ($plus) {
$this->setSurveillance($siren, $this->tabInfoUser['email'], 'Indiscore+', 'privileges', false, 0);
$this->setSurveillance($siren, $this->tabInfoUser['email'], 'Indiscore+', 'score');
if ($this->tabInfoUser['idClient']==89)
$this->setSurveillance($siren, $this->tabInfoUser['email'], 'Indiscore+', 'annonces');
}
}*/
Zend_Registry::get('WsLogger')->info("INDISCORE : ".print_r($tabRet,1));
$output = new Indiscore();