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

Jon Daley plogworld at jon.limedaley.com
Tue Jul 1 08:32:45 EDT 2008


 	It's weird that I didn't notice this.  I guess it must be included 
somewhere else, so I didn't get an error.

On Tue, 1 Jul 2008, mark at devel.lifetype.net wrote:

> Author: mark
> Date: 2008-07-01 01:26:43 -0400 (Tue, 01 Jul 2008)
> New Revision: 6686
>
> Modified:
>   plog/branches/lifetype-1.2/class/data/validator/domainvalidator.class.php
> Log:
> nohtmlrule.class.php should be include before use it.
>
> Modified: plog/branches/lifetype-1.2/class/data/validator/domainvalidator.class.php
> ===================================================================
> --- plog/branches/lifetype-1.2/class/data/validator/domainvalidator.class.php	2008-06-30 19:02:17 UTC (rev 6685)
> +++ plog/branches/lifetype-1.2/class/data/validator/domainvalidator.class.php	2008-07-01 05:26:43 UTC (rev 6686)
> @@ -2,6 +2,7 @@
>
> 	lt_include( PLOG_CLASS_PATH."class/data/validator/validator.class.php" );
> 	lt_include( PLOG_CLASS_PATH."class/data/validator/rules/nonemptyrule.class.php" );
> +	lt_include( PLOG_CLASS_PATH."class/data/validator/rules/nohtmlrule.class.php" );
> 	lt_include( PLOG_CLASS_PATH."class/data/validator/rules/filteredwordsrule.class.php" );
>
>     /**
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com
~~
Legalism is adding stuff to the cross.
-- C.J. Mahaney


More information about the pLog-svn mailing list