| 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 |
| 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. |