function system_update_7074

7.x system.install system_update_7074()

This update has been removed and will not run.

Related topics

File

drupal-7.x/modules/system/system.install, line 3082
Install, update and uninstall functions for the system module.

Code

function system_update_7074() {
  // This update function previously converted menu_links query strings to
  // arrays. It has been removed for now due to incompatibility with
  // PostgreSQL.
}