OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/www/html/../html/marc-drupal/modules/simpletest/tests/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /** * Implements hook_install(). */ function actions_loop_test_install() { db_update('system') ->fields(array('weight' => 1)) ->condition('name', 'actions_loop_test') ->execute(); }