OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/hpsc/../antarctic-drupal-7.89/modules/locale/../openid/../translation/tests/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /** * @file * Mock module for content translation tests. */ /** * Implements hook_node_insert(). */ function translation_test_node_insert($node) { drupal_write_record('node', $node, 'nid'); }