Closed (fixed)
Project:
Menu Token
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
26 May 2012 at 22:07 UTC
Updated:
11 Jul 2015 at 02:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
damienmckennaThis is because the menu_token table exists in the D6 version, there was no reason to re-create it.
Comment #2
damienmckennaSo basically menu_token_update_7000() should really be a hook_schema(), as there's isn't one.
Comment #3
damienmckennaThis renames menu_token_update_7000() to menu_token_schema() and removes the unnecessary db_create_table() call.
Comment #4
develcuy commentedthanks @DamienMcKenna!