1.21 kiriwrite_filter_delete

kiriwrite_filter_delete will delete a filter that is in the filter database. If no confirm value is given then a form is written asking if the filter should be deleted. If no filter identification number is given then an error is returned.

kiriwrite_filter_delete will return data that is intended for kiriwrite_output_page.

Parameters:

kiriwrite_filter_delete(filterid, confirm);

Usage:

$pagedata = kiriwrite_filter_delete(1);
$pagedata = kiriwrite_filter_delete(1, 1);

filterid
Specifies the filter to delete from the filter database. This is required every time the subroutine is called.

confirm
Specifies if the action to delete a filter should be confirmed by passing a '1'.