From 8cbeb21092e412617b0ecc4769971b39b9051df5 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 28 Mar 2009 12:02:15 -0700 Subject: [PATCH] make the first letter show up --- ext/tag_list/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 47699966..36685550 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -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'];