Module: nagvis Branch: nagvis-1.5 Commit: 3f524079e6e799ef77b096faef71d48cfe74e4b8 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=3f524079e6e799ef77b096faef71d48cfe74e4b8
Author: Lars Michelsen <[email protected]> Date: Thu Dec 2 14:46:26 2010 +0100 Hiding default_params from map configuration dialog --- share/server/core/classes/GlobalMapCfg.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMapCfg.php b/share/server/core/classes/GlobalMapCfg.php index 4fd8008..bce7d61 100644 --- a/share/server/core/classes/GlobalMapCfg.php +++ b/share/server/core/classes/GlobalMapCfg.php @@ -83,7 +83,8 @@ class GlobalMapCfg { 'match' => MATCH_COLOR), 'default_params' => Array('must' => 0, 'default' => $this->CORE->getMainCfg()->getValue('automap', 'defaultparams'), - 'match' => MATCH_STRING_URL), + 'match' => MATCH_STRING_URL, + 'field_type' => 'hidden'), 'context_menu' => Array('must' => 0, 'default' => $this->CORE->getMainCfg()->getValue('defaults', 'contextmenu'), ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
