Module: nagvis Branch: master Commit: eeb8f1619131553b1079d99a023b8a6d105f018a URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=eeb8f1619131553b1079d99a023b8a6d105f018a
Author: LaMi <[email protected]> Date: Sat Nov 14 21:48:23 2009 +0100 Fixed overview refresh problem when showing automaps --- share/server/core/classes/GlobalIndexPage.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/share/server/core/classes/GlobalIndexPage.php b/share/server/core/classes/GlobalIndexPage.php index a6ee93d..e438707 100644 --- a/share/server/core/classes/GlobalIndexPage.php +++ b/share/server/core/classes/GlobalIndexPage.php @@ -143,6 +143,7 @@ class GlobalIndexPage { $arr = $MAP->MAPOBJ->parseJson(); + $arr['type'] = 'automap'; $arr['overview_class'] = $class; $arr['overview_url'] = $url; $arr['overview_image'] = $image; ------------------------------------------------------------------------------ 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
