You are here

function logintoboggan_update_1 in LoginToboggan 6

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

Implementation of hook_update_1(). This is a placeholder in case table installation is ever necessary for the module.

File

./logintoboggan.install, line 7

Code

function logintoboggan_update_1() {
  return array();
}