function boxout_install in Boxout 8
Implements hook_install().
File
- ./
boxout.install, line 49 - Install/Update hooks for Boxout.
Code
function boxout_install() {
_boxout_update_editors();
}
Implements hook_install().
function boxout_install() {
_boxout_update_editors();
}