Author: Lars Michelsen <[email protected]>
Date: Thu Jun 14 15:17:15 2012 +0200
Committer: Lars Michelsen <[email protected]>
Commit-Date: Thu Jun 14 15:17:15 2012 +0200
Allowing empty lines in main configuration sections now
---
ChangeLog | 3 ++-
share/server/core/classes/GlobalMainCfg.php | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1f16b0a..ab10397 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
1.7b3
Core
+ * Allowing empty lines in main configuration sections now
+ * Bugfix: Suppressing debug messages in non debug mode
* Bugfix: Better catching of exceptions on nested maps
- * Suppressing debug messages in non debug mode
* Bugfix: Map configs can be edited using the GUI even in case of source
errors
Frontend
diff --git a/share/server/core/classes/GlobalMainCfg.php
b/share/server/core/classes/GlobalMainCfg.php
index 124e965..0e9a346 100644
--- a/share/server/core/classes/GlobalMainCfg.php
+++ b/share/server/core/classes/GlobalMainCfg.php
@@ -1385,7 +1385,7 @@ class GlobalMainCfg {
$this->config[$key] = $val;
}
} else {
- $sec = '';
+ //$sec = '';
if($isUserMainCfg)
$this->config['comment_'.($numComments++)] = '';
}
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins