ckeditor_link.install in CKEditor Link 6
Same filename and directory in other branches
File
ckeditor_link.installView source
<?php
/**
* Implementation of hook_install().
*/
function ckeditor_link_install() {
db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'ckeditor_link');
}
Functions
Name![]() |
Description |
---|---|
ckeditor_link_install | Implementation of hook_install(). |