materio-base-legacy/modules/simpletest/tests/actions_loop_test.install
Bachir Soussi Chiadmi f1c9615e4a changed permission
2013-09-06 16:15:44 +02:00

12 lines
206 B
Plaintext
Executable File

<?php
/**
* Implements hook_install().
*/
function actions_loop_test_install() {
db_update('system')
->fields(array('weight' => 1))
->condition('name', 'actions_loop_test')
->execute();
}