make sure 0 is printed
This commit is contained in:
parent
d3305d87cb
commit
6ff1e542b9
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class TagList implements Extension {
|
||||||
$tag_data = $result->GetArray();
|
$tag_data = $result->GetArray();
|
||||||
|
|
||||||
$html = "Results grouped by log<sub>e</sub>(n)";
|
$html = "Results grouped by log<sub>e</sub>(n)";
|
||||||
$lastLog = 0;
|
$lastLog = "";
|
||||||
foreach($tag_data as $row) {
|
foreach($tag_data as $row) {
|
||||||
$h_tag = html_escape($row['tag']);
|
$h_tag = html_escape($row['tag']);
|
||||||
$count = $row['count'];
|
$count = $row['count'];
|
||||||
|
|
Reference in a new issue