/[drupal]/contributions/modules/xmlsitemap/xmlsitemap_file/xmlsitemap_file.install
ViewVC logotype

Diff of /contributions/modules/xmlsitemap/xmlsitemap_file/xmlsitemap_file.install

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

revision 1.1.4.4, Sat Nov 29 19:25:15 2008 UTC revision 1.1.4.5, Mon Dec 1 00:10:00 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_file.install,v 1.1.4.3 2008/11/28 16:12:47 kiam Exp $  // $Id: xmlsitemap_file.install,v 1.1.4.4 2008/11/29 19:25:15 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 72  function xmlsitemap_file_schema() { Line 72  function xmlsitemap_file_schema() {
72      ),      ),
73      'primary keys' => array('fid'),      'primary keys' => array('fid'),
74    );    );
75      return $schema;
76  }  }
77    
78  /**  /**
# Line 92  function xmlsitemap_file_update_6100() { Line 93  function xmlsitemap_file_update_6100() {
93   * Implementation of hook_uninstall().   * Implementation of hook_uninstall().
94   */   */
95  function xmlsitemap_file_uninstall() {  function xmlsitemap_file_uninstall() {
96    db_query("DROP TABLE {xmlsitemap_file}");    drupal_uninstall_schema('xmlsitemap_file');
97  }  }

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.1.4.5

  ViewVC Help
Powered by ViewVC 1.1.2