Ignore:
Timestamp:
2011/03/04 23:05:18 (13 years ago)
Author:
shutta
Message:

SC_CheckErrorクラスのclass_extends対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_FormParam.php

    r20428 r20503  
    269269            } 
    270270        } else { 
    271             $objErr = new SC_CheckError(array(0 => $value)); 
     271            $objErr = new SC_CheckError_Ex(array(0 => $value)); 
    272272            $objErr->doFunc(array($disp_name, 0, $length), array($func)); 
    273273            if (!SC_Utils_Ex::isBlank($objErr->arrErr)) { 
Note: See TracChangeset for help on using the changeset viewer.