Changeset 7738 for temp/trunk/data


Ignore:
Timestamp:
2006/11/08 12:28:30 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_FormParam.php

    r7418 r7738  
    2222    function SC_FormParam() { 
    2323        $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(); 
    2431    } 
    2532     
Note: See TracChangeset for help on using the changeset viewer.