Changeset 16091
- Timestamp:
- 2007/09/27 16:09:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_FormParam.php
r16085 r16091 141 141 foreach($this->keyname as $val) { 142 142 foreach($this->arrCheck[$cnt] as $func) { 143 if (!isset($this->param[$cnt])) $this->param[$cnt] = ""; 143 144 switch($func) { 144 145 case 'EXIST_CHECK':
Note: See TracChangeset
for help on using the changeset viewer.