Function __global->send_validation_request
Definitions
sources/submit.php
- Send (by e-mail) a validation request for a submitted item to the admin.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type | ID_TEXT | required parameter | N/A | N/A | The validation request will say one of this type has been submitted. By convention it is the language string codename of what was done, e.g. ADD_DOWNLOAD |
$table | ID_TEXT | required parameter | N/A | N/A | The table saved into |
$non_integer_id | boolean | required parameter | N/A | N/A | Whether the ID field is not an integer |
$id | ID_TEXT | required parameter | N/A | N/A | The validation request will say this ID has been submitted |
$url | Tempcode | required parameter | N/A | N/A | The validation request will link to this URL |
$member_id | ?MEMBER | Null | N/A | N/A | Member doing the submitting (null: current member) |