/[drupal]/contributions/modules/pathauto/pathauto.install
ViewVC logotype

Diff of /contributions/modules/pathauto/pathauto.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.13, Wed May 28 16:04:35 2008 UTC revision 1.13.2.1, Sat Oct 17 17:37:27 2009 UTC
# Line 1  Line 1 
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
# Line 45  function pathauto_install() { Line 45  function pathauto_install() {
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

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.13.2.1

  ViewVC Help
Powered by ViewVC 1.1.2