Skip to content

Commit

Permalink
Implements hook_update_last_removed().
Browse files Browse the repository at this point in the history
  • Loading branch information
VasasA committed Mar 21, 2021
1 parent bebdbe5 commit cd54fcd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions navbar.install
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,10 @@ function navbar_update_1101() {
navbar_shortcut_set_config_save();
}
}

/**
* Implements hook_update_last_removed().
*/
function navbar_update_last_removed() {
return 7001;
}

0 comments on commit cd54fcd

Please sign in to comment.