Changeset 20503 for branches/version-2_5-dev/data/class/SC_FormParam.php
- Timestamp:
- 2011/03/04 23:05:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_FormParam.php
r20428 r20503 269 269 } 270 270 } else { 271 $objErr = new SC_CheckError (array(0 => $value));271 $objErr = new SC_CheckError_Ex(array(0 => $value)); 272 272 $objErr->doFunc(array($disp_name, 0, $length), array($func)); 273 273 if (!SC_Utils_Ex::isBlank($objErr->arrErr)) {
Note: See TracChangeset
for help on using the changeset viewer.
