You are here

function block_upload_install in Block Upload 8

Implements hook_install().

File

./block_upload.install, line 11
Install, update and uninstall functions for the devel module.

Code

function block_upload_install() {
  drupal_flush_all_caches();
}