diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd_db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd_db.php b/packages/spamd_db.php index 2921bd7e..12c508b0 100644 --- a/packages/spamd_db.php +++ b/packages/spamd_db.php @@ -427,7 +427,7 @@ if (typeof getURL == 'undefined') { } ?> </td></tr></table> <tr><td> - <?php echo "<font face=\"arial\"><p><b>" . ($rows-1) . "</b> rows returned."; ?> + <?php echo "<font face=\"arial\"><p><b>" . $rows . "</b> rows returned."; ?> <p> * NOTE: adding an e-mail address to the spamtrap automatically traps any server trying to send e-mail to this address. </td></tr> |