[LON-CAPA-cvs] cvs: doc /loncapafiles updatequery.piml
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 26 Oct 2005 19:38:16 -0000
albertel Wed Oct 26 15:38:16 2005 EDT
Modified files:
/doc/loncapafiles updatequery.piml
Log:
allow commas in domain secriptions
Index: doc/loncapafiles/updatequery.piml
diff -u doc/loncapafiles/updatequery.piml:1.41 doc/loncapafiles/updatequery.piml:1.42
--- doc/loncapafiles/updatequery.piml:1.41 Mon Aug 15 13:53:33 2005
+++ doc/loncapafiles/updatequery.piml Wed Oct 26 15:38:15 2005
@@ -1,6 +1,6 @@
<!-- updatequery.piml -->
-<!-- $Id: updatequery.piml,v 1.41 2005/08/15 17:53:33 albertel Exp $ -->
+<!-- $Id: updatequery.piml,v 1.42 2005/10/26 19:38:15 albertel Exp $ -->
<!--
@@ -604,7 +604,7 @@
}
if ($v=~/\W/) { $error.="\nName $v contains special characters"; }
}
-if ($domainDescription!~/^[\(\)\-\w\s]+$/) {
+if ($domainDescription!~/^[\(\)\-\w\s,]+$/) {
$error.="\nDomain Description contains special characters";
}
foreach my $v ($perlvar{'lonExpire'},$perlvar{'lonLoadLim'}) {