Changeset 13735


Ignore:
Timestamp:
2007/05/29 23:59:43 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/adachi/SC_FormParamsManager.php

    r13734 r13735  
    6262            foreach ($arrValidateType as $method => $args) { 
    6363                $objValidator = SC_Validate::factory($method, $args); 
     64                $objValidator->validate($objParam); 
    6465                 
    65                 if ($objValidator->validate($objParam)->is_error()) { 
     66                if ($objValidator->is_error()) { 
    6667                    $this->arrErr[$_key] = $objValidator->getErrorMessage(); 
    6768                } 
Note: See TracChangeset for help on using the changeset viewer.