Ignore:
Timestamp:
2007/06/04 01:21:25 (16 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/adachi/SC_Param.php

    r13743 r14162  
    2323        foreach ($arrProperties as $property) { 
    2424            $this->$property = isset($arrParamInfo[$property]) 
    25                 ? $arrParamInfo[preg_replace('/^_/', '', $property)] 
    26                 : null; 
     25                ? $this->$property = $arrParamInfo[preg_replace('/^_/', '', $property)] 
     26                : $this->$property = null; 
    2727        } 
    2828    } 
Note: See TracChangeset for help on using the changeset viewer.