function ocupload_uninstall in One Click Upload 7
Same name and namespace in other branches
- 7.2 ocupload.install \ocupload_uninstall()
Implements hook_uninstall().
File
- ./
ocupload.install, line 161 - Install/Uninstall functions
Code
function ocupload_uninstall() {
foreach (array(
'ocupload_delete_unused_files',
) as $name) {
variable_del($name);
}
}