Changeset 15580


Ignore:
Timestamp:
2007/09/04 12:16:55 (17 years ago)
Author:
nanasess
Message:

未定義変数の修正

File:
1 edited

Legend:

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

    r15579 r15580  
    229229        $cnt = 0; 
    230230        foreach ($this->keyname as $val) { 
     231            if (!isset($this->param[$cnt])) $this->param[$cnt] = ""; 
     232 
    231233            if(!is_array($this->param[$cnt])) { 
    232234                if($this->convert[$cnt] != "") { 
Note: See TracChangeset for help on using the changeset viewer.