You are here

function pack_upload_install in Pack & Upload 7

Implements hook_install().

File

./pack_upload.install, line 19
This is the installation file pack & upload module.

Code

function pack_upload_install() {
  variable_set('pack_upload_bulk_media_path', 'public://bulk_media');
}