commit: c3fb882b2b5a8789cb255ec18f22bc2237fec23d
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 17:32:03 2018 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 17:32:03 2018 +0000
URL: https://gitweb.gentoo.org/proj/bouncer.git/commit/?id=c3fb882b
Restore headers after they were broken fixing warnings
php/lib/list.php | 3 +--
1 file changed, 1 insertion(+), 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)
{