You are here

function ajax_ui_update_6102 in Ajax 6

Update 2

Return value

Array

File

ajax_ui/ajax_ui.install, line 68

Code

function ajax_ui_update_6102() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET " . "  weight = 80 " . "WHERE " . "  name = 'ajax_ui' AND " . "  type = 'module' ");
  return $ret;
}