aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'php/lib/list.php')
-rw-r--r--php/lib/list.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/php/lib/list.php b/php/lib/list.php
index 8424ae3..86334c0 100644
--- a/php/lib/list.php
+++ b/php/lib/list.php
@@ -213,10 +213,9 @@ function show_headers($headers,$type,$sortable=true)
$a_class=null;
}
}
- if ($type!='simple'&&$count==0)
+ if ($type!='simple'&&$count==0)
{
echo "\n".'<th> </th>';
- continue;
}
elseif($sortable)
{