Browse Source

Misc

pull/4/head
falkTX 9 years ago
parent
commit
1a310e68d5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Donations.php

+ 2
- 2
Donations.php View File

@@ -60,11 +60,11 @@ if ($cur_percent > 100.0) {
</td><td valign="bottom" width="200px">
<?php if ($db_link) { ?>
<b>Last 5 donations:</b><br/>
<?php }
<?php
while ($sql_row = mysql_fetch_assoc($sql_donations_last5)) {
echo "" . date("Y-m-d", strtotime($sql_row["dt"])) . " - " . $sql_row["amount"] . "&euro;<br/>";
}
?>
} ?>
</td><td valign="bottom" width="150px">
<a class="FlattrButton" style="display:none;" href="http://kxstudio.sourceforge.net/"></a>
<noscript>


Loading…
Cancel
Save