Revision: 3546
http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3546&view=rev
Author: mpwalsh8
Date: 2011-04-10 02:49:37 +0000 (Sun, 10 Apr 2011)
Log Message:
-----------
Extraneous space character in error message array key, caused an error during FEUrl validation.
Modified Paths:
--------------
branches/BRANCH_2_X/phphtmllib/form/FormErrors.inc
Modified: branches/BRANCH_2_X/phphtmllib/form/FormErrors.inc
===================================================================
--- branches/BRANCH_2_X/phphtmllib/form/FormErrors.inc 2011-02-04 15:19:12 UTC (rev 3545)
+++ branches/BRANCH_2_X/phphtmllib/form/FormErrors.inc 2011-04-10 02:49:37 UTC (rev 3546)
@@ -34,7 +34,7 @@
"INVALID_PATH_LENGTH" => "The path field does not meet the requirements. It must be less than 40 characters.",
"INVALID_PATH_EMPTY" => "The path field must not be blank.",
- "INVALID_PATH_CHARACTERS " => "The path field may contain only letters and numbers.",
+ "INVALID_PATH_CHARACTERS" => "The path field may contain only letters and numbers.",
"INVALID_NUMBER" => "This field must contain a valid number.",
"INVALID_LENGTH" => "Entry has exceeded allowed length.",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|