|
|
Drupal example source code file (url_alter_test.install)
The url_alter_test.install Drupal example source code<?php // $Id: url_alter_test.install,v 1.1 2009/10/24 05:13:44 webchick Exp $ /** * 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(); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal url_alter_test.install source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.