Changeset 21767 for branches/version-2_12-dev/data/class/SC_CheckError.php
- Timestamp:
- 2012/04/18 17:10:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_CheckError.php
r21717 r21767 32 32 33 33 // チェック対象の値が含まれる配列をセットする。 34 function SC_CheckError($array = '') {34 function __construct($array = '') { 35 35 if ($array != '') { 36 36 $this->arrParam = $array;
Note: See TracChangeset
for help on using the changeset viewer.
