Module: nagvis Branch: master Commit: e7a9c283f80cfe6caf1da85bfbc366a68f7dbdbf URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=e7a9c283f80cfe6caf1da85bfbc366a68f7dbdbf
Author: Lars Michelsen <[email protected]> Date: Mon Jun 28 21:25:27 2010 +0200 #320 logonenvcreate role allows spaces in the value now --- share/server/core/classes/GlobalMainCfg.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalMainCfg.php b/share/server/core/classes/GlobalMainCfg.php index 73e73c2..ee28ee1 100644 --- a/share/server/core/classes/GlobalMainCfg.php +++ b/share/server/core/classes/GlobalMainCfg.php @@ -107,7 +107,7 @@ class GlobalMainCfg { 'default' => 'Guests', 'depends_on' => 'logonmodule', 'depends_value' => 'LogonEnv', - 'match' => MATCH_STRING_NO_SPACE), + 'match' => MATCH_STRING), 'refreshtime' => Array('must' => 1, 'editable' => 1, 'default' => '60', ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
