function ckeditor_link_install in CKEditor Link 6.2
Same name and namespace in other branches
- 6 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 12 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function ckeditor_link_install() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'ckeditor_link');
}