You are here

function support_update_7001 in Support Ticketing System 7

Ensure an upload field is created for uploading to comments.

File

./support.install, line 613
Install, update and uninstall functions for the ._support module.

Code

function support_update_7001() {
  _support_ensure_upload_field();
}