make sure 0 is printed

This commit is contained in:
Shish 2009-07-16 20:56:39 +01:00
parent d3305d87cb
commit 6ff1e542b9

View file

@ -158,7 +158,7 @@ class TagList implements Extension {
$tag_data = $result->GetArray();
$html = "Results grouped by log<sub>e</sub>(n)";
$lastLog = 0;
$lastLog = "";
foreach($tag_data as $row) {
$h_tag = html_escape($row['tag']);
$count = $row['count'];