AlkantarClanX12

Your IP : 216.73.216.201


Current Path : /var/www/concellodapobradobrollon.gal/web/modules/translation/tests/
Upload File :
Current File : /var/www/concellodapobradobrollon.gal/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');
}