poormanscron.install in Poormanscron 5
Same filename and directory in other branches
File
poormanscron.installView source
<?php
/**
* Implementation of hook_uninstall().
*/
function poormanscron_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'poormanscron_%'");
cache_clear_all('variables', 'cache');
}
Functions
Name | Description |
---|---|
poormanscron_uninstall | Implementation of hook_uninstall(). |