/[drupal]/drupal/modules/system/system.install
ViewVC logotype

Diff of /drupal/modules/system/system.install

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

revision 1.415, Sat Oct 24 23:19:21 2009 UTC revision 1.416, Sat Nov 7 13:35:21 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: system.install,v 1.414 2009/10/24 03:20:43 webchick Exp $  // $Id: system.install,v 1.415 2009/10/24 23:19:21 webchick Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1097  function system_schema() { Line 1097  function system_schema() {
1097      ),      ),
1098      'indexes' => array(      'indexes' => array(
1099        'fit' => array('fit'),        'fit' => array('fit'),
1100        'tab_parent' => array('tab_parent'),        'tab_parent' => array(array('tab_parent', 64), 'weight', 'title'),
1101        'tab_root_weight_title' => array(array('tab_root', 64), 'weight', 'title'),        'tab_root_weight_title' => array(array('tab_root', 64), 'weight', 'title'),
1102      ),      ),
1103      'primary key' => array('path'),      'primary key' => array('path'),

Legend:
Removed from v.1.415  
changed lines
  Added in v.1.416

  ViewVC Help
Powered by ViewVC 1.1.2