/[drupal]/contributions/modules/i18n/i18nstrings/i18nstrings.install
ViewVC logotype

Diff of /contributions/modules/i18n/i18nstrings/i18nstrings.install

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

revision 1.2.2.16, Sat Aug 15 09:30:34 2009 UTC revision 1.2.2.17, Thu Nov 5 19:10:51 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: i18nstrings.install,v 1.2.2.15 2009/08/13 21:49:51 hass Exp $  // $Id: i18nstrings.install,v 1.2.2.16 2009/08/15 09:30:34 hass Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 93  function i18nstrings_schema_alter(&$sche Line 93  function i18nstrings_schema_alter(&$sche
93  /**  /**
94   * Update from 5.x version   * Update from 5.x version
95   */   */
 /*  
96  function i18nstrings_update_5900() {  function i18nstrings_update_5900() {
97    i18nstrings_install();    i18nstrings_install();
98    // Mark next update to be skipped    // Mark next update to be skipped
99    variable_set('i18nstrings_update_skip', 1);    variable_set('i18nstrings_update_skip', 1);
100    return array();    return array();
101  }  }
 */  
102    
103  /**  /**
104   * Add new 'oid' column to i18n_strings table.   * Add new 'oid' column to i18n_strings table.

Legend:
Removed from v.1.2.2.16  
changed lines
  Added in v.1.2.2.17

  ViewVC Help
Powered by ViewVC 1.1.2