Function __global->prevent_double_submit
Definitions
sources/global4.php
- Prevent double submission, by reference to recent matching admin log entries by the current member.
- 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 type of activity just carried out (a language string codename) |
$a | ?SHORT_TEXT | Null | N/A | N/A | The most important parameter of the activity (e.g. ID) (null: none / cannot match against) |
$b | ?SHORT_TEXT | Null | N/A | N/A | A secondary (perhaps, human readable) parameter of the activity (e.g. caption) (null: none / cannot match against) |