You are here

function pathauto_update_3 in Pathauto 6

Same name and namespace in other branches
  1. 5.2 pathauto.install \pathauto_update_3()
  2. 6.2 pathauto.install \pathauto_update_3()

Delete the pathauto_node_supportsfeeds.

File

./pathauto.install, line 86
Install, update, and uninstall functions for Pathauto.

Code

function pathauto_update_3() {

  // Do nothing, this update was a mistake
  return array();
}