function ckeditor_link_install in CKEditor Link 6
Same name and namespace in other branches
- 6.2 ckeditor_link.install \ckeditor_link_install()
- 7.2 ckeditor_link.install \ckeditor_link_install()
- 7 ckeditor_link.install \ckeditor_link_install()
Implementation of hook_install().
File
- ./
ckeditor_link.install, line 6
Code
function ckeditor_link_install() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'ckeditor_link');
}