Changeset 16091


Ignore:
Timestamp:
2007/09/27 16:09:39 (17 years ago)
Author:
nanasess
Message:

未定義変数の修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/SC_FormParam.php

    r16085 r16091  
    141141        foreach($this->keyname as $val) { 
    142142            foreach($this->arrCheck[$cnt] as $func) { 
     143                if (!isset($this->param[$cnt])) $this->param[$cnt] = ""; 
    143144                switch($func) { 
    144145                case 'EXIST_CHECK': 
Note: See TracChangeset for help on using the changeset viewer.