1.20.x text.install text_update_1000()

Delete teaser_length variable.

Related topics

File

modules/field/modules/text/text.install, line 72
Install, update and uninstall functions for the text module.

Code

function text_update_1000() {
  update_variable_del('teaser_length');
}