You are here

function css_emimage_install in CSS Embedded Images 6

Same name and namespace in other branches
  1. 6.2 css_emimage.install \css_emimage_install()

Implementation of hook_install().

File

./css_emimage.install, line 6

Code

function css_emimage_install() {

  // Set the module's weight high so that it runs after other modules.
  db_query("UPDATE {system} SET weight = 9999 WHERE name = 'css_emimage' AND type = 'module'");
  cache_clear_all();
}