You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2010/08/25 18:14:24 UTC

svn commit: r989198 - /incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Author: arkurth
Date: Wed Aug 25 16:14:24 2010
New Revision: 989198

URL: http://svn.apache.org/viewvc?rev=989198&view=rev
Log:
VCL-224
Escaped @ character in @example.com.

Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=989198&r1=989197&r2=989198&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Wed Aug 25 16:14:24 2010
@@ -495,7 +495,7 @@ our $DAEMON_MODE;
 our $SETUP_MODE;
 our $BIN_PATH;
 
-our $DEFAULTHELPEMAIL = "vcl_help@example.org"; # default value if affiliation helpaddress is not set
+our $DEFAULTHELPEMAIL = "vcl_help\@example.org"; # default value if affiliation helpaddress is not set
 
 sub makedatestring;