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

Contents of /contributions/modules/i18n/i18nsync/i18nsync.install

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Oct 22 12:33:50 2007 UTC (2 years, 1 month ago) by jareyero
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Reorganizing the package
1 <?php
2 /**
3 * Set module weight
4 *
5 * Make sure this runs after taxonomy, i18n and translation modules
6 * and ideally after all other modules implementing nodeapi hook.
7 */
8 function i18nsync_install() {
9 db_query("UPDATE {system} SET weight = 100 WHERE name = 'i18nsync' AND type = 'module'");
10 }

  ViewVC Help
Powered by ViewVC 1.1.2