You are here

function page_theme_update_6105 in Page Theme 7.2

Same name and namespace in other branches
  1. 6 page_theme.install \page_theme_update_6105()
  2. 7 page_theme.install \page_theme_update_6105()

Drop editpage field which is no longer used.

File

./page_theme.install, line 174
Install, update and uninstall functions for the page_theme module.

Code

function page_theme_update_6105() {
  db_drop_field('page_theme', 'editpage');
}