3.33 connectfilter

Connects to the filter database.

Parameters:

$kiriwrite_dbmodule->connectfilter(missingignore);

Usage:

$kiriwrite_dbmodule->connectfilter(1);

missingignore
Specifies that an error should not be returned if the filter database does not exist.

If the filter database does not exist then the error returned should be 'FilterDatabaseDoesNotExist' in the $error scalar.

If (when using the file-based database module) the filter database has invalid permissions set then the error returned should be 'FilterDatabaseInvalidPermissionsSet' in the $error scalar.

If a database error occurs while accessing the filter database then the error returned should be 'FilterDatabaseError' in the $error scalar and information about the error should be in the $errorext scalar.