You are here

function ds_update_3 in Display Suite 6.2

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

Implements hook_update_N().

File

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

Code

function ds_update_3() {

  // Needs menu rebuild.
  return array();
}