function pathauto_update_3 in Pathauto 5.2
Same name and namespace in other branches
- 6.2 pathauto.install \pathauto_update_3()
- 6 pathauto.install \pathauto_update_3()
Delete the pathauto_node_supportsfeeds.
File
- ./
pathauto.install, line 110 - Install, update, and uninstall functions for Pathauto.
Code
function pathauto_update_3() {
// Do nothing, this update was a mistake
return array();
}