Module: nagvis Branch: master Commit: 948f2d2001f35a85083a21c60c4d6d3542de26db URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=948f2d2001f35a85083a21c60c4d6d3542de26db
Author: Lars Michelsen <[email protected]> Date: Mon Jul 27 22:24:27 2009 +0200 Fixed problem with ticket #50 changes --- .../includes/classes/objects/NagVisMapObj.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/share/nagvis/includes/classes/objects/NagVisMapObj.php b/share/nagvis/includes/classes/objects/NagVisMapObj.php index d164fdc..75f6ff6 100755 --- a/share/nagvis/includes/classes/objects/NagVisMapObj.php +++ b/share/nagvis/includes/classes/objects/NagVisMapObj.php @@ -266,7 +266,8 @@ class NagVisMapObj extends NagVisStatefulObject { $OBJ = ''; // workaround - $objConf['id'] = $objConf['object_id']; + //$objConf['id'] = $objConf['object_id']; + $objConf['id'] = $index; // merge with "global" settings foreach($this->MAPCFG->getValidTypeKeys($type) AS $key) { ------------------------------------------------------------------------------ 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
