You are here

function read_more_update_7102 in Read More Link 7

Delete two variables that were removed from the code long ago.

File

./read_more.install, line 103
Install file.

Code

function read_more_update_7102() {
  variable_del('read_more_text_prepend');
  variable_del('read_more_text_append');
  return array();
}