You are here

function tablefield_update_7007 in TableField 7.3

New Themeless module will subtitute submodule.

File

./tablefield.install, line 408
Installation options for TableField.

Code

function tablefield_update_7007() {
  $themeless = l(t('Themeless'), 'https://www.drupal.org/project/themeless', array(
    'attributes' => array(
      'title' => t('Themeless module'),
      'target' => '_blank',
    ),
  ));
  drupal_set_message(t('Module !themeless will substitute tablefield_themeless submodule. If you are using tablefield_themeless submodule then disable it and use !themeless', array(
    '!themeless' => $themeless,
  )), 'status');
}