Closed (outdated)
Project:
Glossary
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2009 at 20:21 UTC
Updated:
1 May 2017 at 15:17 UTC
Jump to comment: Most recent
$show_detailed variable was not declared as static in the () function.
Fix: change the line 839 to this (also changed the order of variables to match the variable_get() code block below).
static $click_option, $link_related, $show_detailed, $show_edit, $show_search, $one_way, $tax_img_avail, $access_tax, $access_search;
Comments
Comment #1
phpdiva commentedForgot to mention which function: theme_glossary_overview_item().
Comment #2
SweeneyTodd commentedHas already made it into Dev but not release version.
Comment #3
nancydru