You are here

function logintoboggan_update_6 in LoginToboggan 6

Same name and namespace in other branches
  1. 5 logintoboggan.install \logintoboggan_update_6()

Implementation of hook_update_6()

File

./logintoboggan.install, line 101

Code

function logintoboggan_update_6() {
  variable_del('toboggan_display_logged_in');
  return array();
}