From 9090e16d66ca02ecbd5aadd85b0445b623485e77 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 15 Jul 2008 18:00:33 +0000 Subject: Fix off by one error --- packages/spamd_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { } ?> -

" . ($rows-1) . " rows returned."; ?> +

" . $rows . " rows returned."; ?>

* NOTE: adding an e-mail address to the spamtrap automatically traps any server trying to send e-mail to this address. -- cgit v1.2.3