make the first letter show up

This commit is contained in:
Shish 2009-03-28 12:02:15 -07:00
parent a9ca976afd
commit 8cbeb21092

View file

@ -136,7 +136,7 @@ class TagList implements Extension {
$tag_data = $result->GetArray();
$html = "";
$lastLetter = 0;
$lastLetter = "";
foreach($tag_data as $row) {
$h_tag = html_escape($row['tag']);
$count = $row['count'];