You are here

function ajax_install in Ajax 6

hook_install

Return value

Bool

File

./ajax.install, line 19

Code

function ajax_install() {
  db_query("UPDATE {system} SET " . "  weight = 81 " . "WHERE " . "  name = 'ajax' AND " . "  type = 'module' ");
  return TRUE;
}