2011-02-22 Sancho Lerena <slerena@artica.es>
* Core.pm: Fixed bug #3175575 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3970 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8508333d6b
commit
2c73082f0e
|
@ -1,3 +1,7 @@
|
|||
2011-02-22 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* Core.pm: Fixed bug #3175575
|
||||
|
||||
2011-02-21 Sancho lerena <slerena@artica.es>
|
||||
|
||||
* DEBIAN/postinst: Fixed bad ownership for /inconming/* subdirs.
|
||||
|
|
|
@ -2110,7 +2110,7 @@ sub pandora_self_monitoring ($$) {
|
|||
my $dbmaintance = get_db_value ($dbh, "SELECT COUNT(*) FROM tconfig WHERE token = 'db_maintance' AND `value` > UNIX_TIMESTAMP() - 86400");
|
||||
|
||||
$xml_output .=" <module>";
|
||||
$xml_output .=" <name>Database Maintance</name>";
|
||||
$xml_output .=" <name>Database Maintenance</name>";
|
||||
$xml_output .=" <type>generic_proc</type>";
|
||||
$xml_output .=" <data>$dbmaintance</data>";
|
||||
$xml_output .=" </module>";
|
||||
|
|
Loading…
Reference in New Issue