function custom_pagers_update_6104 in Custom Pagers 6
Kill the cache flag as it's not actually that helpful.
File
- ./
custom_pagers.install, line 126  - Custom pagers install file.
 
Code
function custom_pagers_update_6104() {
  $ret = array();
  db_drop_field($ret, 'custom_pager', 'cache_list');
  return $ret;
}