Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/bouncer:master commit in: php/lib/
Date: Tue, 30 Jan 2018 18:16:27
Message-Id: 1517333523.c3fb882b2b5a8789cb255ec18f22bc2237fec23d.grknight@gentoo
1 commit: c3fb882b2b5a8789cb255ec18f22bc2237fec23d
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 30 17:32:03 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 30 17:32:03 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/bouncer.git/commit/?id=c3fb882b
7
8 Restore headers after they were broken fixing warnings
9
10 php/lib/list.php | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
12
13 diff --git a/php/lib/list.php b/php/lib/list.php
14 index 8424ae3..86334c0 100644
15 --- a/php/lib/list.php
16 +++ b/php/lib/list.php
17 @@ -213,10 +213,9 @@ function show_headers($headers,$type,$sortable=true)
18 $a_class=null;
19 }
20 }
21 - if ($type!='simple'&&$count==0)
22 + if ($type!='simple'&&$count==0)
23 {
24 echo "\n".'<th> </th>';
25 - continue;
26 }
27 elseif($sortable)
28 {