Module: nagvis Branch: master Commit: 0e80e11a55dd6b9e7cb0f96ac676ceb2d4139c34 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=0e80e11a55dd6b9e7cb0f96ac676ceb2d4139c34
Author: LaMi <[email protected]> Date: Sat Feb 13 22:26:05 2010 +0100 Fixed syntax error --- share/server/core/classes/GlobalIndexPage.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalIndexPage.php b/share/server/core/classes/GlobalIndexPage.php index 44ef4cb..f3ae0ac 100644 --- a/share/server/core/classes/GlobalIndexPage.php +++ b/share/server/core/classes/GlobalIndexPage.php @@ -65,7 +65,7 @@ class GlobalIndexPage { } if($MAPCFG->getValue('global',0, 'show_in_lists') == 1) { - $MAP = new NagVisAutoMap($this->CORE, $MAPCFG, $this->BACKEND, Array('automap' => $mapName, 'preview' => 1, !IS_VIEW); + $MAP = new NagVisAutoMap($this->CORE, $MAPCFG, $this->BACKEND, Array('automap' => $mapName, 'preview' => 1), !IS_VIEW); // Apply default configuration to object $objConf = Array(); ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
