You are here

function ds_update_3 in Display Suite 6.3

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

Implementation of hook_update_N().

File

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

Code

function ds_update_3() {

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