Mercurial > hg > rr-repo
view sites/all/modules/entityreference_prepopulate/tests/entityreference_prepopulate_test.module @ 13:134d4b2e75f6
updated quicktabs and google analytics modules
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Tue, 29 Oct 2013 13:48:59 +0000 |
parents | ce11bbd8f642 |
children |
line wrap: on
line source
<?php /** * @file * Test module for Entity reference prepopulate. */ /** * Implements hook_init(). */ function entityreference_prepopulate_test_init() { if (empty($_GET['gid'])) { return; } $node = node_load($_GET['gid']); og_context('node', $node); }