You are here

function twitter_block_update_7103 in Twitter Block 7

Remove the unnecessary "results_per_page" variable.

File

./twitter_block.install, line 135
Install, update and uninstall functions for the twitter_block module.

Code

function twitter_block_update_7103() {
  variable_del('twitter_block_default_results_per_page');
  return t('Removed the unnecessary "results_per_page" variable.');
}