From 534a13d6f8a3a017a25583ffb82309637b3be353 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 9 Jan 2008 14:08:20 +0000 Subject: * fixed bug that disallowed setting of scoped (a.k.a. plugin-specific) attributes (the contained double-colon was being rejected) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1456 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-db') diff --git a/config-db/slxconfig b/config-db/slxconfig index fd145fd8..d59215ed 100755 --- a/config-db/slxconfig +++ b/config-db/slxconfig @@ -182,7 +182,7 @@ sub parseKeyValueArgs my %dataHash; while (my $param = shift) { - if ($param !~ m[^\s*([\w\-]+)\s*=(.*)$]) { + if ($param !~ m[^\s*([\w\-:]+)\s*=(.*)$]) { die _tr( "value specification %s has unknown format, expected =\n", $param @@ -210,7 +210,7 @@ sub parseKeyValueArgsWithAttrs my (%dataHash, %attrHash); while (my $param = shift) { - if ($param !~ m[^\s*([\w\-]+)\s*=(.*)$]) { + if ($param !~ m[^\s*([\w\-:]+)\s*=(.*)$]) { die _tr( "value specification %s has unknown format, expected =\n", $param -- cgit v1.2.3-55-g7522