Changeset 7418 for temp/trunk/data
- Timestamp:
- 2006/11/05 18:38:22 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
class/SC_FormParam.php (modified) (1 diff)
-
downloads/module/mdl_epsilon.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_FormParam.php
r5934 r7418 344 344 $cnt++; 345 345 } 346 } 346 } 347 347 } 348 348 ?> -
temp/trunk/data/downloads/module/mdl_epsilon.php
r7417 r7418 30 30 ); 31 31 32 33 32 //¥Ú¡¼¥¸´ÉÍý¥¯¥é¥¹ 34 33 class LC_Page { … … 61 60 62 61 if(count($objPage->arrErr) == 0) { 63 $arrRet = $objQuery->select("sub_data", "dtb_module", "module_id = ?", array(AFF_TAG_MID)); 64 $arrSubData = unserialize($arrRet[0]['sub_data']); 65 $arrRet = $objFormParam->getHashArray(); 66 $arrSubData[$arrRet['conv_page']] = $arrRet['aff_tag']; 67 $sqlval['sub_data'] = serialize($arrSubData); 68 $objQuery = new SC_Query(); 69 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array(AFF_TAG_MID)); 62 70 63 // javascript¼Â¹Ô 71 64 $objPage->tpl_onload = "window.close();"; … … 75 68 break; 76 69 } 70 71 sfprintr($objFormParam->splitParamCheckBoxes("convenience")); 77 72 78 73 $objPage->arrForm = $objFormParam->getFormParamList(); … … 112 107 } 113 108 114 115 109 ?>
Note: See TracChangeset
for help on using the changeset viewer.
