Closed (duplicate)
Project:
Glossary
Version:
5.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2008 at 02:12 UTC
Updated:
3 Sep 2008 at 19:01 UTC
When viewing the Glossary page by letter no term show at all. This is because in the glossary_overview function the $term->let object field is evaluated to see what the first letter of the term is but this field is never initiated to anything. Something like the below statement needs to be added to the foreach loop for terms (around line 654)
$term->let = drupal_strtolower(drupal_substr($term->name, 0, 1, 'UTF-8'));
Comments
Comment #1
nancydruhttp://drupal.org/node/255295 - should already be fixed in 2.5, so I need you to double check your release.
Comment #2
nancydruComment #3
nancydru