You are here

function panels_update_1 in Panels 5

Same name and namespace in other branches
  1. 5.2 panels.install \panels_update_1()

Update the tables to UTF-8

File

./panels.install, line 81

Code

function panels_update_1() {
  return _system_update_utf8(array(
    'panels_info',
    'panels_area',
  ));
}