You are here

function tft_og_d6_redirect in Taxonomy File Tree 7.2

Page callback: redirect old Drupal 6 URLs to the new format.

1 string reference to 'tft_og_d6_redirect'
tft_og_menu in modules/tft_og/tft_og.module
Implements hook_menu().

File

modules/tft_og/tft_og.module, line 214
Hook implementations for TFT OG.

Code

function tft_og_d6_redirect($nid) {
  drupal_goto("node/{$nid}/tft");
}