Skip to content
Snippets Groups Projects
Commit e06aca78 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent b7a2aeb6
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,13 @@ function dblog_schema() { ...@@ -92,6 +92,13 @@ function dblog_schema() {
return $schema; return $schema;
} }
/**
* Implements hook_uninstall().
*/
function dblog_uninstall() {
variable_del('dblog_row_limit');
}
/** /**
* @addtogroup updates-6.x-to-7.x * @addtogroup updates-6.x-to-7.x
* @{ * @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment