First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
11
modules/simpletest/tests/actions_loop_test.install
Normal file
11
modules/simpletest/tests/actions_loop_test.install
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Implements hook_install().
|
||||
*/
|
||||
function actions_loop_test_install() {
|
||||
db_update('system')
|
||||
->fields(array('weight' => 1))
|
||||
->condition('name', 'actions_loop_test')
|
||||
->execute();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue