You are here

function browscap_update_1 in Browscap 5

Updates existing tables to UTF-8.

File

./browscap.install, line 58

Code

function browscap_update_1() {
  return _system_update_utf8(array(
    'browscap',
  ));
  return _system_update_utf8(array(
    'browscap_statistics',
  ));
}