PHP Classes

Missing return values in validators

Recommend this page to a friend!

      Another Form generator  >  All threads  >  Missing return values in validators  >  (Un) Subscribe thread alerts  
Subject:Missing return values in validators
Summary:2 functions are missing the return values
Messages:1
Author:Sean Madden
Date:2012-08-30 01:49:58
 

 


  1. Missing return values in validators   Reply   Report abuse  
Picture of Sean Madden Sean Madden - 2012-08-30 01:49:58
textValidator and termValidator need return false at the end of the functions because the error check compares against false not null.