Changeset 7738 for temp/trunk/data
- Timestamp:
- 2006/11/08 12:28:30 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_FormParam.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_FormParam.php
r7418 r7738 22 22 function SC_FormParam() { 23 23 $this->check_dir = IMAGE_SAVE_DIR; 24 $this->disp_name = array(); 25 $this->keyname = array(); 26 $this->length = array(); 27 $this->convert = array(); 28 $this->arrCheck = array(); 29 $this->default = array(); 30 $this->input_db = array(); 24 31 } 25 32
Note: See TracChangeset
for help on using the changeset viewer.
