You are here

function nd_update_1 in Display Suite 6.3

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

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

Code

function nd_update_1() {
  return array();
}