Module: nagvis Branch: nagvis-1.4 Commit: 9b434172e387ec1dd74b3221ed0f115eeb791323 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=9b434172e387ec1dd74b3221ed0f115eeb791323
Author: LaMi <[email protected]> Date: Mon Nov 30 09:10:41 2009 +0100 Fixed #172: contexttemplate option spelled wrong --- nagvis/nagvis/includes/classes/GlobalMainCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nagvis/nagvis/includes/classes/GlobalMainCfg.php b/nagvis/nagvis/includes/classes/GlobalMainCfg.php index e2c56ae..6d85c3e 100644 --- a/nagvis/nagvis/includes/classes/GlobalMainCfg.php +++ b/nagvis/nagvis/includes/classes/GlobalMainCfg.php @@ -348,7 +348,7 @@ class GlobalMainCfg { 'editable' => 0, 'default' => '', 'match' => MATCH_STRING_PATH), - 'hovercontext' => Array('must' => 0, + 'contexttemplate' => Array('must' => 0, 'editable' => 0, 'default' => '', 'match' => MATCH_STRING_PATH), ------------------------------------------------------------------------------ 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
