function ckeditor_swf_update_6200 in CKEditor SWF - Enhanced Flash embedding plugin 6.2
Same name and namespace in other branches
- 7 ckeditor_swf.install \ckeditor_swf_update_6200()
Implementation of hook_update_N().
File
- ./
ckeditor_swf.install, line 34
Code
function ckeditor_swf_update_6200() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'ckeditor_swf');
return array();
}