|
|
Drupal example source code file (actions_loop_test.install)
The actions_loop_test.install Drupal example source code<?php // $Id: actions_loop_test.install,v 1.2 2009/12/04 16:49:47 dries Exp $ /** * Implements hook_install(). */ function actions_loop_test_install() { db_update('system') ->fields(array('weight' => 1)) ->condition('name', 'actions_loop_test') ->execute(); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal actions_loop_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.