diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-20 03:42:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-20 03:42:15 +0000 |
commit | 6241633c7ddd0f2fec913a882f543de2c844c540 (patch) | |
tree | 070e934a82528fe4ecb5c1fae67ce40bcd7cbc03 /packages | |
parent | 470faf7e296cb5b9d3d0b060ae76e293d417d2ca (diff) | |
download | pfsense-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.php | 3 |
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> |