aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-20 03:42:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-20 03:42:15 +0000
commit6241633c7ddd0f2fec913a882f543de2c844c540 (patch)
tree070e934a82528fe4ecb5c1fae67ce40bcd7cbc03 /packages
parent470faf7e296cb5b9d3d0b060ae76e293d417d2ca (diff)
downloadpfsense-packages-6241633c7ddd0f2fec913a882f543de2c844c540.tar.gz
pfsense-packages-6241633c7ddd0f2fec913a882f543de2c844c540.tar.bz2
pfsense-packages-6241633c7ddd0f2fec913a882f543de2c844c540.zip
Echo out the number of rows matching the filter operation
Diffstat (limited to 'packages')
-rw-r--r--packages/spamd_db.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/spamd_db.php b/packages/spamd_db.php
index 4ce29cd8..2d795272 100644
--- a/packages/spamd_db.php
+++ b/packages/spamd_db.php
@@ -334,6 +334,9 @@ if (typeof getURL == 'undefined') {
$rows++;
}
?> </td></tr></table>
+ <tr><td>
+ <?php echo "<font face=\"arial\"><p><b>$rows</b> rows returned."; ?>
+ </td></tr>
</table>
</div>
</td>