[pLog-svn] r1785 - plog/branches/plog-1.0.1/class/data/validator

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Fri Apr 8 12:02:32 GMT 2005


Author: jondaley
Date: 2005-04-08 12:02:31 +0000 (Fri, 08 Apr 2005)
New Revision: 1785

Modified:
   plog/branches/plog-1.0.1/class/data/validator/usernamevalidator.class.php
Log:
small typo, fixes http://bugs.plogworld.net/view.php?id=413 thanks utblog!

Modified: plog/branches/plog-1.0.1/class/data/validator/usernamevalidator.class.php
===================================================================
--- plog/branches/plog-1.0.1/class/data/validator/usernamevalidator.class.php	2005-04-08 09:37:51 UTC (rev 1784)
+++ plog/branches/plog-1.0.1/class/data/validator/usernamevalidator.class.php	2005-04-08 12:02:31 UTC (rev 1785)
@@ -5,7 +5,7 @@
 	include_once( PLOG_CLASS_PATH."class/data/validator/rules/regexprule.class.php" );
 	include_once( PLOG_CLASS_PATH."class/data/validator/rules/filteredwordsrule.class.php" );
 	
-	define( "ONLY_ALPHANUMERIC_REGEXP", "^([A-za-z0-9]*)$" );
+	define( "ONLY_ALPHANUMERIC_REGEXP", "^([A-Za-z0-9]*)$" );
 
     /**
      * \ingroup Validator




More information about the pLog-svn mailing list