Changeset 13736 for branches


Ignore:
Timestamp:
2007/05/30 00:00:53 (19 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

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

    r13735 r13736  
    7878             
    7979            $objValidator = SC_Validate::factory('GROUP'); 
    80             if ($objValidator->validate($arrGroups[$group])->is_error()) { 
     80            if ($objValidator->validate($arrGroups[$group]) === true) { 
    8181                $this->arrErr[$group] = $objValidator->getErrorMessage(); 
    8282            } 
Note: See TracChangeset for help on using the changeset viewer.