You are here

function img_assist_update_1 in Image Assist 5

Convert img_assist_map table to utf8.

File

./img_assist.install, line 56

Code

function img_assist_update_1() {
  return _system_update_utf8(array(
    'img_assist_map',
  ));
}