Changeset 21724 for branches/version-2_12-dev/data/class/plugin
- Timestamp:
- 2012/04/09 22:35:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/plugin/SC_Plugin_Util.php
r21683 r21724 101 101 function deletePluginByPluginId($plugin_id) { 102 102 $objQuery =& SC_Query_Ex::getSingletonInstance(); 103 $objQuery->begin();104 103 $where = 'plugin_id = ?'; 105 104 $objQuery->delete('dtb_plugin', $where, array($plugin_id));
Note: See TracChangeset
for help on using the changeset viewer.
