You are here

function guestbook_update_2 in Guestbook 5

File

./guestbook.install, line 73

Code

function guestbook_update_2() {
  return _system_update_utf8(array(
    'guestbook',
  ));
}