You are here

function pathauto_update_4 in Pathauto 6

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

New style naming for the punctuation chars.

File

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

Code

function pathauto_update_4() {
  variable_set('pathauto_punctuation_quotes', variable_get('pathauto_quotes', 0));
  variable_del('pathauto_quotes');
  return array();
}