You are here

function comment_upload_install in Comment Upload 6

Same name and namespace in other branches
  1. 5 comment_upload.install \comment_upload_install()

Implementation of hook_install().

File

./comment_upload.install, line 16
The install file that defines the tables in use by comment_upload.

Code

function comment_upload_install() {
  drupal_install_schema('comment_upload');
}