aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/spamd_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd_db.php b/packages/spamd_db.php
index 2d795272..d54ef7a3 100644
--- a/packages/spamd_db.php
+++ b/packages/spamd_db.php
@@ -335,7 +335,7 @@ if (typeof getURL == 'undefined') {
}
?> </td></tr></table>
<tr><td>
- <?php echo "<font face=\"arial\"><p><b>$rows</b> rows returned."; ?>
+ <?php echo "<font face=\"arial\"><p><b>" . ($rows-1) . "</b> rows returned."; ?>
</td></tr>
</table>
</div>