You are here

function ajax_update_6103 in Ajax 6

Update 3

Return value

Array

File

./ajax.install, line 62

Code

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