Module: nagvis Branch: master Commit: c49e33cd921554f4bbdd7ca6103e64e8e9b074e6 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=c49e33cd921554f4bbdd7ca6103e64e8e9b074e6
Author: Lars Michelsen <[email protected]> Date: Mon Aug 31 11:57:40 2009 +0200 #90 Multiple access type modifiers in GlobalMapCfg->getDefinitions --- share/nagvis/includes/classes/GlobalMapCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/nagvis/includes/classes/GlobalMapCfg.php b/share/nagvis/includes/classes/GlobalMapCfg.php index 238d129..650b03b 100755 --- a/share/nagvis/includes/classes/GlobalMapCfg.php +++ b/share/nagvis/includes/classes/GlobalMapCfg.php @@ -1591,7 +1591,7 @@ class GlobalMapCfg { * @return Array All elements of this type * @author Lars Michelsen <[email protected]> */ - public public function getDefinitions($type) { + public function getDefinitions($type) { if(isset($this->mapConfig[$type]) && count($this->mapConfig[$type]) > 0) { return $this->mapConfig[$type]; } else { ------------------------------------------------------------------------------ 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
