You are here

function bueditor_install in BUEditor 6.2

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

Implementation of hook_install()

File

./bueditor.install, line 11
Installs, updates, and uninstalls BUEditor.

Code

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

  //workaround for #200931
  $GLOBALS['bueditor_just_installed'] = TRUE;
}