You are here

constant WEBFORM_PROTECTED_DOWNLOADS_DEFAULT_RETROACTIVE in Webform Protected Downloads 6

Same name and namespace in other branches
  1. 7 webform_protected_downloads.module \WEBFORM_PROTECTED_DOWNLOADS_DEFAULT_RETROACTIVE

Default setting for retroactive access, meaning whether or not a user can access files that have been protected after the first form submission.

1 use of WEBFORM_PROTECTED_DOWNLOADS_DEFAULT_RETROACTIVE
webform_protected_downloads_configuration_form in ./webform_protected_downloads.form.inc
Form callback for the webform configuration subpage

File

./webform_protected_downloads.module, line 46
This file contains hook declarations and functions for the Webform Protected Downloads module.

Code

define('WEBFORM_PROTECTED_DOWNLOADS_DEFAULT_RETROACTIVE', 1);