Module: nagvis Branch: nagvis-1.4 Commit: a072560b42a35afc99a9f49a5dae59032b4f909d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=a072560b42a35afc99a9f49a5dae59032b4f909d
Author: Lars Michelsen <[email protected]> Date: Mon Aug 31 11:57:40 2009 +0200 #90 Multiple access type modifiers in GlobalMapCfg->getDefinitions --- nagvis/nagvis/includes/classes/GlobalMapCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nagvis/nagvis/includes/classes/GlobalMapCfg.php b/nagvis/nagvis/includes/classes/GlobalMapCfg.php index 957ba7a..92eee13 100644 --- a/nagvis/nagvis/includes/classes/GlobalMapCfg.php +++ b/nagvis/nagvis/includes/classes/GlobalMapCfg.php @@ -1566,7 +1566,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
