Formattage

This commit is contained in:
Michael RICOIS 2015-06-03 15:00:21 +00:00
parent d48f167e38
commit 6c18902167

View File

@ -5,11 +5,11 @@ class MBourse
{
protected $siren = false;
protected $iDb;
public function __construct($siren=0, $db = null)
{
$this->siren = $siren;
if ( $db === null ) {
$this->iDb = new WDB();
} else {
@ -174,6 +174,7 @@ class MBourse
$tabRet['coursMax']=$tabTmp['coursMax'];
$timer['infosBoursieres-derniersCours']=microtime(true);
}
return $tabRet;
}
}