commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / modules / simpletest / tests / actions_loop_test.install
1 <?php
2
3 /**
4 * Implements hook_install().
5 */
6 function actions_loop_test_install() {
7 db_update('system')
8 ->fields(array('weight' => 1))
9 ->condition('name', 'actions_loop_test')
10 ->execute();
11 }