You are here

function ds_update_1 in Display Suite 6.3

Same name and namespace in other branches
  1. 6 ds.install \ds_update_1()
  2. 6.2 ds.install \ds_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

./ds.install, line 99
Display suite install file.

Code

function ds_update_1() {
  return array();
}