You are here

function ajax_ui_update_6100 in Ajax 6

Update 0

Return value

Array

File

ajax_ui/ajax_ui.install, line 47

Code

function ajax_ui_update_6100() {

  // This is no longer used
  variable_del('ajax_types_default');
  variable_del('ajax_types_custom');
  return array();
}