dblog_uninstall

6 dblog.install dblog_uninstall()
7 dblog.install dblog_uninstall()
8 dblog.install dblog_uninstall()

Implements hook_uninstall().

File

modules/dblog/dblog.install, line 97
Install, update and uninstall functions for the dblog module.

Code

function dblog_uninstall() {
  variable_del('dblog_row_limit');
}
Login or register to post comments