This file handles the permanent deletion of sponsors and sponsorcars. More...
Go to the source code of this file.
Variables | |
const | ACTION_NOTHING 0 |
constant for doing nothing on the data also used in sponsors_deleted.tpl More... | |
const | ACTION_RESTORE 1 |
constant for doing restore operation on the data also used in sponsors_deleted.tpl More... | |
const | ACTION_DELETE 2 |
constant for doing delete operation on the data also used in sponsors_deleted.tpl More... | |
This file handles the permanent deletion of sponsors and sponsorcars.
This script presents a view of all deleted sponsors in the backup-tables as well as an overview of still existing sponsor were some sponsorcars were deleted. The root-user/main-administrator has the posibility to clear those backups from the corresponding tables.
This file needs the template templates/sponsors_deleted.tpl to be present to work. Furthermore it needs the common.php and the functions_sponsoring.php in the directory /inc to work properly. To get to know more about their dependencies check the description of the corresponding files.
This file can handle the following inputs:
This file depends on inc/common.php and inc/templates/sponsors_deleted.tpl.
Definition in file sponsors_deleted.php.
const ACTION_DELETE 2 |
constant for doing delete operation on the data also used in sponsors_deleted.tpl
Definition at line 42 of file sponsors_deleted.php.
const ACTION_NOTHING 0 |
constant for doing nothing on the data also used in sponsors_deleted.tpl
Definition at line 36 of file sponsors_deleted.php.
const ACTION_RESTORE 1 |
constant for doing restore operation on the data also used in sponsors_deleted.tpl
Definition at line 39 of file sponsors_deleted.php.