- Timestamp:
- 2006/10/25 20:29:43 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/downloads/module/ebis_tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/ebis_tag.php
r6740 r6742 30 30 switch($_POST['mode']) { 31 31 case 'edit': 32 // ÆþÎÏ¥¨¥é¡¼È½Äê 32 33 $objPage->arrErr = $objFormParam->checkError(); 34 if(count($objPage->arrErr) == 0) { 35 $arrRet = $objFormParam->getHashArray(); 36 $sqlval['sub_data'] = serialize($arrRet); 37 $objQuery = SC_Query(); 38 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array(EBIS_TAG_MID)); 39 } 33 40 break; 34 41 default:
Note: See TracChangeset
for help on using the changeset viewer.
