ip_anon.install in IP Anonymize 5
Same filename and directory in other branches
File
ip_anon.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function ip_anon_uninstall() {
variable_del('ip_anon_policy');
db_query("DELETE FROM {variable} WHERE name LIKE '%s%%'", 'ip_anon_period_');
}
Functions
Name | Description |
---|---|
ip_anon_uninstall | Implementation of hook_uninstall(). |