You are here

function ckeditor_swf_update_6200 in CKEditor SWF - Enhanced Flash embedding plugin 6.2

Same name and namespace in other branches
  1. 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();
}