*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-20 18:08:17 +00:00
parent 2c1b302951
commit 2142e38d7c
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<br /> <br />
<a href="donations.fr.php">Dons</a><br /> <a href="donations.fr.php">Dons</a><br />
<script language="php"> <script language="php">
//require("/var/www/www.eucd.info/htdocs/thermometer.php"); //include("http://eucd.info/thermometer.php");
//print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent); //print moneyMeter($totaal_ontvangen+$post_donaties+$post_sponsoring, $totaal_pending, $post_intent);
</script> </script>

View File

@ -58,7 +58,7 @@
<tr id="montant"> <tr id="montant">
<script language="php"> <script language="php">
print number_format($don->amount, 2, '.', ' '); print $don->amount;
</script> </script>
</tr> </tr>