Changeset 6743 for temp/trunk/data
- Timestamp:
- 2006/10/25 20:29:58 (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
r6742 r6743 35 35 $arrRet = $objFormParam->getHashArray(); 36 36 $sqlval['sub_data'] = serialize($arrRet); 37 $objQuery = SC_Query();37 $objQuery = new SC_Query(); 38 38 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array(EBIS_TAG_MID)); 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.
