You are here

function modal_page_update_40001 in Modal 4.1.x

Same name and namespace in other branches
  1. 8.3 modal_page.install \modal_page_update_40001()
  2. 5.0.x modal_page.install \modal_page_update_40001()
  3. 4.0.x modal_page.install \modal_page_update_40001()

Created new field to choose label "Don't show again".

File

./modal_page.install, line 156
Install, update and uninstall functions for the Modal Page.

Code

function modal_page_update_40001() {

  // Its not necessary because we already fill items in modal_page_update_40003.
}