- Timestamp:
- 2010/11/07 03:11:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php
r19457 r19458 51 51 $objQuery->update('dtb_plugin',$data,'plugin_id = ?',array($arrPlugins[0]['plugin_id'])); 52 52 } 53 54 53 55 54 56 } 55 57 56 58 public function uninstall(){ 59 $objQuery = new SC_Query(); 60 57 61 58 62 }
Note: See TracChangeset
for help on using the changeset viewer.