function imagecrop_install in Image javascript crop 6
Same name and namespace in other branches
- 5 imagecrop.install \imagecrop_install()
Implementation of hook_install().
File
- ./
imagecrop.install, line 48 - Install file.
Code
function imagecrop_install() {
drupal_install_schema('imagecrop');
db_query("UPDATE {system} SET weight = 1 WHERE name = 'imagecrop'");
}