projects
/
project/i18n.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Updated for latest changes in views DRUPAL-5 branch
[project/i18n.git]
/
experimental
/
i18ntaxonomy.install
Commit
Line
Data
6cbfb697
JR
1
<?php
2
// $Id$
3
47c571b5
4
function i18ntaxonomy_install() {
6cbfb697
JR
5
// Set module weight
6
db_query("UPDATE {system} SET weight = 20 WHERE name = 'i18ntaxonomy' AND type = 'module'");
7
}