You are here

function bueditor_install in BUEditor 6

Same name and namespace in other branches
  1. 5 bueditor.install \bueditor_install()
  2. 6.2 bueditor.install \bueditor_install()
  3. 7 bueditor.install \bueditor_install()

Implementation of hook_install()

File

./bueditor.install, line 6

Code

function bueditor_install() {
  drupal_install_schema('bueditor');
  bueditor_insert_latest();
}