diff options
author | jim-p <jimp@pfsense.org> | 2013-10-29 08:52:08 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-10-29 09:05:27 -0400 |
commit | 25147efff43f4aa9971e3026a06afe12898d1984 (patch) | |
tree | 434943068515db3f6b08c9ef68cda48258db90d4 /pkg_config.8.xml.amd64 | |
parent | 03ccade9e371e64b4911e1f8dd9a9e0234d8f0cd (diff) | |
download | pfsense-packages-25147efff43f4aa9971e3026a06afe12898d1984.tar.gz pfsense-packages-25147efff43f4aa9971e3026a06afe12898d1984.tar.bz2 pfsense-packages-25147efff43f4aa9971e3026a06afe12898d1984.zip |
Mail Reports: Ensure some variables are actually arrays before using them, avoids an error and some console output if certain portions of a report have never been used. Version bump.
Diffstat (limited to 'pkg_config.8.xml.amd64')
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index e7b20c45..771a95ec 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1706,7 +1706,7 @@ <name>mailreport</name> <descr>Allows you to setup periodic e-mail reports containing command output, log file contents, and RRD graphs.</descr> <category>Network Management</category> - <version>2.0.5</version> + <version>2.0.6</version> <status>Stable</status> <required_version>2.0</required_version> <config_file>http://www.pfsense.com/packages/config/mailreport/mailreport.xml</config_file> |