You are here

function ds_update_1 in Display Suite 6

Same name and namespace in other branches
  1. 6.3 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 22
Display suite install file.

Code

function ds_update_1() {
  return array();
}