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

Diff of /contributions/modules/twitter/twitter.install

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

revision 1.2.2.9, Thu Jul 2 13:41:47 2009 UTC revision 1.2.2.10, Thu Jul 2 14:50:24 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: twitter.install,v 1.2.2.8 2009/07/02 13:04:33 eaton Exp $  // $Id: twitter.install,v 1.2.2.9 2009/07/02 13:41:47 eaton Exp $
3    
4  /**  /**
5   * Implementation of hook_schema).   * Implementation of hook_schema().
6   */   */
7  function twitter_schema() {  function twitter_schema() {
8    $schema['twitter'] = array(    $schema['twitter'] = array(
# Line 190  function twitter_install() { Line 190  function twitter_install() {
190    // Create tables.    // Create tables.
191    drupal_install_schema('twitter');    drupal_install_schema('twitter');
192    
193    // Set the weight to 3, making it heaving than Pathauto.    // Set the weight to 3, making it heavier than Pathauto.
194    db_query("UPDATE {system} SET weight = 3 WHERE name = 'twitter'");    db_query("UPDATE {system} SET weight = 3 WHERE name = 'twitter'");
195  }  }
196    

Legend:
Removed from v.1.2.2.9  
changed lines
  Added in v.1.2.2.10

  ViewVC Help
Powered by ViewVC 1.1.2