Module: nagvis Branch: master Commit: 1a528daba5adafc93956fa3dba7df5b5677686c0 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=1a528daba5adafc93956fa3dba7df5b5677686c0
Author: LaMi <[email protected]> Date: Tue Jan 5 09:13:17 2010 +0100 Fixed validation problem when n2 (Service description) contains spaces --- share/server/core/classes/CoreModMap.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/CoreModMap.php b/share/server/core/classes/CoreModMap.php index e0e7925..0973ef3 100644 --- a/share/server/core/classes/CoreModMap.php +++ b/share/server/core/classes/CoreModMap.php @@ -111,7 +111,7 @@ class CoreModMap extends CoreModule { $aOpts = Array('ty' => MATCH_GET_OBJECT_TYPE, 't' => MATCH_OBJECT_TYPES, 'n1' => MATCH_STRING_NO_SPACE, - 'n2' => MATCH_STRING_NO_SPACE_EMPTY, + 'n2' => MATCH_STRING_EMPTY, 'i' => MATCH_STRING_NO_SPACE); $aVals = $this->getCustomOptions($aOpts); ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
