You are here

function custom_pagers_uninstall in Custom Pagers 5

Same name and namespace in other branches
  1. 6 custom_pagers.install \custom_pagers_uninstall()

File

./custom_pagers.install, line 74

Code

function custom_pagers_uninstall() {
  db_query('DROP TABLE {custom_pager}');
}