AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/clients/client1/web1/web/modules/simpletest/tests/
Upload File :
Current File : /var/www/clients/client1/web1/web/modules/simpletest/tests/actions_loop_test.install

<?php

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