Mercurial > hg > rr-repo
view modules/simpletest/tests/url_alter_test.install @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
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(); }