Changeset 7826 for temp/trunk


Ignore:
Timestamp:
2006/11/08 18:50:23 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data/downloads/module/mdl_epsilon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/convenience.php

    r7825 r7826  
    1313    function LC_Page() { 
    1414        $this->tpl_mainpage = "shopping/convenience.tpl"; 
    15         global $arrCONVENIENCE; 
    16         $this->arrCONVENIENCE = $arrCONVENIENCE; 
    1715        /* 
    1816         session_start»þ¤Îno-cache¥Ø¥Ã¥À¡¼¤òÍÞÀ©¤¹¤ë¤³¤È¤Ç 
     
    2422} 
    2523 
    26  
     24global $arrConvenience; 
    2725$objPage = new LC_Page(); 
    2826$objView = new SC_SiteView(); 
     
    107105        $objFormParam->setValue("convenience", $arrPayment[0]["memo05"]); 
    108106        $objFormParam->splitParamCheckBoxes("convenience"); 
    109         $arrConv = $objFormParam->getValue("convenience"); 
     107        $arrUseConv = $objFormParam->getValue("convenience"); 
     108         
     109        foreach($arrUseConv as $key => $val){ 
     110            $arrConv[$val] = $arrConvenience[$val]; 
     111        } 
     112         
    110113        sfprintr($arrConv); 
    111114        sfprintr($arrPayment); 
Note: See TracChangeset for help on using the changeset viewer.