You are here

function ckeditor_swf_install in CKEditor SWF - Enhanced Flash embedding plugin 6.2

Same name and namespace in other branches
  1. 7 ckeditor_swf.install \ckeditor_swf_install()

Implementation of hook_install().

File

./ckeditor_swf.install, line 6

Code

function ckeditor_swf_install() {
  db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'ckeditor_swf');
}