[pLog-svn] r5112 - plog/branches/lifetype-1.2/class/data/validator/rules

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Mar 16 17:21:47 EDT 2007


Author: oscar
Date: 2007-03-16 17:21:47 -0400 (Fri, 16 Mar 2007)
New Revision: 5112

Modified:
   plog/branches/lifetype-1.2/class/data/validator/rules/floatrule.class.php
Log:
Incorrect constant name.

Modified: plog/branches/lifetype-1.2/class/data/validator/rules/floatrule.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/validator/rules/floatrule.class.php	2007-03-16 11:55:44 UTC (rev 5111)
+++ plog/branches/lifetype-1.2/class/data/validator/rules/floatrule.class.php	2007-03-16 21:21:47 UTC (rev 5112)
@@ -34,7 +34,7 @@
             }
             else
             {
-                $this->_setError(ERROR_RULE_FLOATT_FORMAT_WRONG);
+                $this->_setError(ERROR_RULE_FLOAT_FORMAT_WRONG);
                 return false;
             }
         }



More information about the pLog-svn mailing list