You are here

function browscap_update_7000 in Browscap 7

Set the version number for new Browscap installations.

File

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

Code

function browscap_update_7000() {
  $return = array();
  return $return;
}