Changeset 7826 for temp/trunk
- Timestamp:
- 2006/11/08 18:50:23 (20 years ago)
- Location:
- temp/trunk/data/downloads/module/mdl_epsilon
- Files:
-
- 2 edited
-
convenience.php (modified) (3 diffs)
-
convenience.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
r7825 r7826 13 13 function LC_Page() { 14 14 $this->tpl_mainpage = "shopping/convenience.tpl"; 15 global $arrCONVENIENCE;16 $this->arrCONVENIENCE = $arrCONVENIENCE;17 15 /* 18 16 session_start»þ¤Îno-cache¥Ø¥Ã¥À¡¼¤òÍÞÀ©¤¹¤ë¤³¤È¤Ç … … 24 22 } 25 23 26 24 global $arrConvenience; 27 25 $objPage = new LC_Page(); 28 26 $objView = new SC_SiteView(); … … 107 105 $objFormParam->setValue("convenience", $arrPayment[0]["memo05"]); 108 106 $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 110 113 sfprintr($arrConv); 111 114 sfprintr($arrPayment);
Note: See TracChangeset
for help on using the changeset viewer.
