Mercurial > hg > rr-repo
view modules/simpletest/tests/url_alter_test.install @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | ff03f76ab3fe |
children |
line wrap: on
line source
<?php /** * Impelement hook_install(). */ function url_alter_test_install() { // Set the weight of this module to one higher than forum.module. db_update('system') ->fields(array('weight' => 2)) ->condition('name', 'url_alter_test') ->execute(); }