You are here

function nd_update_1 in Node displays 6.2

Same name and namespace in other branches
  1. 6.3 nd.install \nd_update_1()

Implementation of hook_update_N().

We simply return an array here. We want the people to run update.php because new theming functions got introduced.

File

./nd.install, line 36
Node displays install file.

Code

function nd_update_1() {
  return array();
}