constant ACCESS_UNPUBLISHED_DEFAULTQUERYSTRING in Access unpublished 6
The ACCESS_UNPUBLISHED_DEFAULTQUERYSTRING is only used when the module is installed to set the default value
1 use of ACCESS_UNPUBLISHED_DEFAULTQUERYSTRING
- access_unpublished_install in ./
access_unpublished.install - Implements hook_install().
File
- ./
access_unpublished.install, line 13 - Create a privatekey on install and remove the key when the module is removed. The private key can be changed in the module settings.
Code
define("ACCESS_UNPUBLISHED_DEFAULTQUERYSTRING", "hash");