You are here

function ds_update_1 in Display Suite 6.2

Same name and namespace in other branches
  1. 6.3 ds.install \ds_update_1()
  2. 6 ds.install \ds_update_1()

Implements 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 85
Display suite install file.

Code

function ds_update_1() {
  return array();
}