SimpleDesk API
Procedural File: uninstall-optional.php
Source Location: /uninstall-optional.phpThis script removes all the extraneous data if the user requests it be removed on uninstall.
NOTE: This script is meant to run using the <database></database> elements of the package-info.xml file. The install script, run through <database> elements would have set up the tables and so on. This script runs from <database> during uninstallation only when the user requests that data should be cleared, so this script deals with it; note that table removal will be dealt with by SMF itself because of <database> handling, so this is for things like settings that are not covered in <database>.
Tags:
- since
- 1.0
Includes:
require_once(dirname(__FILE__).'/SSI.php') [line 40]
Before attempting to execute, this file attempts to load SSI.php to enable access to the database functions.
Before attempting to execute, this file attempts to load SSI.php to enable access to the database functions.



