You are here

function browscap_update_7200 in Browscap 7.2

Drop the unused Browscap 1.x statistics table.

File

./browscap.install, line 75
Install, update and uninstall functions for the Browscap module.

Code

function browscap_update_7200() {
  db_drop_table('browscap_statistics');
}