function pathauto_update_4 in Pathauto 6.2
Same name and namespace in other branches
- 5.2 pathauto.install \pathauto_update_4()
- 6 pathauto.install \pathauto_update_4()
New style naming for the punctuation chars.
File
- ./
pathauto.install, line 63 - 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();
}