Needs review
Project:
Magic Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2008 at 20:06 UTC
Updated:
10 Oct 2008 at 18:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
yhager commentedneed to reroll in light of new 6.x branch.
Comment #2
dawehnerhere is the reroll of the patch for the current d6 branch
Comment #3
yhager commentedI may be missing something with Drupal 6.x module development, but how does magic_tabs.pages.inc get included? I tried to call magic_tabs_get() in a node content (like in the demo site), and it bails out with undefined function.
Comment #4
dawehnerhere is a code split which has magic_tabs_get in the .module
This function includes than the pages.inc file
Comment #5
dawehner