You are here

function farm_term_update_7000 in farmOS 7

Set the taxonomy_terms_per_page_admin variable to a large number.

File

modules/farm/farm_term/farm_term.install, line 23
Farm term install.

Code

function farm_term_update_7000(&$sandbox) {
  variable_set('taxonomy_terms_per_page_admin', 1000000000);
}