constant CONTACT_ATTACH_DEFAULT_NUMBER in Contact Attach 7
Default number of attachments on contact forms.
2 uses of CONTACT_ATTACH_DEFAULT_NUMBER
- contact_attach_admin_settings in ./
contact_attach.admin.inc - Form constructor for the settings form.
- _contact_attach_return_max_attachments in ./
contact_attach.module - Returns maximum number of attachments allowed based on all supplied roles.
File
- ./
contact_attach.module, line 14 - Allows attaching files to messages sent using contact forms.
Code
define('CONTACT_ATTACH_DEFAULT_NUMBER', 1);