function panels_update_1 in Panels 5.2
Same name and namespace in other branches
- 5 panels.install \panels_update_1()
Update the tables to UTF-8
File
- ./
panels.install, line 204
Code
function panels_update_1() {
return _system_update_utf8(array(
'panels_info',
'panels_area',
));
}