You are here

function pagination_update_7000 in Pagination (Node) 7

Update to D7. Removes previous configurable options "collapsible help text", "one based pagination", and "filter stale headers" in order to remove clutter. Defaults of "collapsed", "one based pagination", and "filter stale headers" are now standard.

File

./pagination.install, line 80

Code

function pagination_update_7000() {
  variable_del('pagination_collapsed');
  variable_del('pagination_onebased');
  variable_del('pagination_filter');
}