Same name and namespace in other branches
  1. 9 core/modules/dblog/dblog.install \dblog_update_last_removed()

Implements hook_update_last_removed().

File

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

Code

function dblog_update_last_removed() {
  return 8600;
}