Module: nagvis Branch: nagvis-1.4 Commit: 95f25c7b2f184496bfef9e7bf4dbcb8df6f0424f URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=95f25c7b2f184496bfef9e7bf4dbcb8df6f0424f
Author: Lars Michelsen <[email protected]> Date: Mon Aug 31 09:43:01 2009 +0200 #85 Header menu can not be disabled in automap --- .../classes/controller/GlobalControllerAutomap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nagvis/nagvis/includes/classes/controller/GlobalControllerAutomap.php b/nagvis/nagvis/includes/classes/controller/GlobalControllerAutomap.php index 58a912d..71e6ddc 100644 --- a/nagvis/nagvis/includes/classes/controller/GlobalControllerAutomap.php +++ b/nagvis/nagvis/includes/classes/controller/GlobalControllerAutomap.php @@ -35,7 +35,7 @@ class GlobalControllerAutomap { $CORE = new GlobalCore(); // Initialize map configuration - $MAPCFG = new NagVisMapCfg($CORE, NULL); + $MAPCFG = new NagVisMapCfg($CORE, '__automap'); // Read the map configuration file $MAPCFG->readMapConfig(); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
