You are here

ckeditor_link.install in CKEditor Link 6

File

ckeditor_link.install
View source
<?php

/**
 * Implementation of hook_install().
 */
function ckeditor_link_install() {
  db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 1, 'ckeditor_link');
}

Functions

Namesort descending Description
ckeditor_link_install Implementation of hook_install().