Formattage
This commit is contained in:
parent
d48f167e38
commit
6c18902167
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user