AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/clients/client1/web1/web/modules/translation/tests/
Upload File :
Current File : /var/www/clients/client1/web1/web/modules/translation/tests/translation_test.module

<?php

/**
 * @file
 * Mock module for content translation tests.
 */

/**
 * Implements hook_node_insert().
 */
function translation_test_node_insert($node) {
  drupal_write_record('node', $node, 'nid');
}