| 1 |
<?php |
<?php |
| 2 |
// $Id: pathauto.install,v 1.12 2008/05/20 18:09:08 freso Exp $ |
// $Id: pathauto.install,v 1.13 2008/05/28 16:04:35 freso Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 45 |
variable_set('pathauto_user_pattern', 'users/[user-raw]'); |
variable_set('pathauto_user_pattern', 'users/[user-raw]'); |
| 46 |
variable_set('pathauto_user_supportsfeeds', NULL); |
variable_set('pathauto_user_supportsfeeds', NULL); |
| 47 |
variable_set('pathauto_verbose', FALSE); |
variable_set('pathauto_verbose', FALSE); |
| 48 |
|
variable_set('pathauto_node_applytofeeds', ''); |
| 49 |
|
|
| 50 |
// Make sure we "replace hyphen with separator" by default |
// Make sure we "replace hyphen with separator" by default |
| 51 |
variable_set('pathauto_punctuation_hyphen', 1); // 1 is replace |
variable_set('pathauto_punctuation_hyphen', 1); // 1 is replace |