[pLog-svn] r3819 - plog/trunk/class/data/validator/rules

mark at devel.lifetype.net mark at devel.lifetype.net
Fri Jul 28 10:27:00 GMT 2006


Author: mark
Date: 2006-07-28 10:26:59 +0000 (Fri, 28 Jul 2006)
New Revision: 3819

Modified:
   plog/trunk/class/data/validator/rules/intrangerule.class.php
Log:
Fixed a mismatched constructor name.

Modified: plog/trunk/class/data/validator/rules/intrangerule.class.php
===================================================================
--- plog/trunk/class/data/validator/rules/intrangerule.class.php	2006-07-28 02:50:42 UTC (rev 3818)
+++ plog/trunk/class/data/validator/rules/intrangerule.class.php	2006-07-28 10:26:59 UTC (rev 3819)
@@ -25,7 +25,7 @@
          * @param minValue the lower boundary of the range
          * @param maxValue the upper boundary of the range
          */
-        function RangeRule($minValue, $maxValue)
+        function IntRangeRule($minValue, $maxValue)
         {
             $this->Rule();
 



More information about the pLog-svn mailing list