*** empty log message ***
This commit is contained in:
parent
4a7b38cba8
commit
2b05ee1de8
@ -57,7 +57,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr id="montant">
|
<tr id="montant">
|
||||||
<input type="text" name="montant" size="10" /> euros
|
<input type="text" name="montant" size="10" />
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr id="commentaire">
|
<tr id="commentaire">
|
||||||
|
|||||||
@ -30,8 +30,8 @@ if (file_exists ($thermlib))
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
$conf = new Conf();
|
$conf = new Conf();
|
||||||
$db = new Db();
|
$dbt = new Db();
|
||||||
$dontherm = new Don($db);
|
$dontherm = new Don($dbt);
|
||||||
|
|
||||||
$actualValue = $dontherm->sum_actual();
|
$actualValue = $dontherm->sum_actual();
|
||||||
$pendingValue = $dontherm->sum_pending();
|
$pendingValue = $dontherm->sum_pending();
|
||||||
@ -39,5 +39,6 @@ if (file_exists ($thermlib))
|
|||||||
|
|
||||||
print moneyMeter($actualValue, $pendingValue, $intentValue);
|
print moneyMeter($actualValue, $pendingValue, $intentValue);
|
||||||
|
|
||||||
|
$dbt->close();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user