- Patch #1024806 by Jody Lynn: Fixed dblog_uninstall() needed.

merge-requests/26/head
Dries Buytaert 2011-02-19 16:54:36 +00:00
parent b7a2aeb608
commit e06aca78ec
1 changed files with 7 additions and 0 deletions

View File

@ -92,6 +92,13 @@ function dblog_schema() {
return $schema;
}
/**
* Implements hook_uninstall().
*/
function dblog_uninstall() {
variable_del('dblog_row_limit');
}
/**
* @addtogroup updates-6.x-to-7.x
* @{