aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-01-30 12:32:03 -0500
committerBrian Evans <grknight@gentoo.org>2018-01-30 12:32:03 -0500
commitc3fb882b2b5a8789cb255ec18f22bc2237fec23d (patch)
tree107c52a7cf07798b7c1cd4dc0d6148bda7b0966b
parentRemove old references (diff)
downloadbouncer-c3fb882b2b5a8789cb255ec18f22bc2237fec23d.tar.gz
bouncer-c3fb882b2b5a8789cb255ec18f22bc2237fec23d.tar.bz2
bouncer-c3fb882b2b5a8789cb255ec18f22bc2237fec23d.zip
Restore headers after they were broken fixing warnings
-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)
{