You are here

function globallink_interface_update_7640 in GlobalLink Connect for Drupal 7.6

File

globallink_interface/globallink_interface.install, line 134
GlobalLink interface translation install file.

Code

function globallink_interface_update_7640() {
  db_query("ALTER TABLE globallink_core_interface MODIFY title TEXT");
}