diff --git a/public_html/lists/admin/actions/listmembercount.php b/public_html/lists/admin/actions/listmembercount.php
index edf7cb6de..d50ae38bc 100644
--- a/public_html/lists/admin/actions/listmembercount.php
+++ b/public_html/lists/admin/actions/listmembercount.php
@@ -37,13 +37,6 @@ function listMemberCounts($listId)
$join"
);
$counts = Sql_Fetch_Assoc($req);
- if (empty($counts)) {
- $counts = [
- 'confirmed' => 0,
- 'notconfirmed' => 0,
- 'blacklisted' => 0,
- ];
- }
$membersDisplay = sprintf(
'%s'.' ('
.'%s, '.' '
diff --git a/public_html/lists/admin/actions/msgstatus.php b/public_html/lists/admin/actions/msgstatus.php
index 9f962126c..49a412cf6 100644
--- a/public_html/lists/admin/actions/msgstatus.php
+++ b/public_html/lists/admin/actions/msgstatus.php
@@ -40,7 +40,7 @@
$msgperhour = (int) (3600 / $totaltime) * $sent;
$secpermsg = $totaltime / $sent;
$timeleft = ($num_users - $sent) * $secpermsg;
- $eta = date('D j M H:i', time() + (int)$timeleft);
+ $eta = date('D j M H:i', time() + $timeleft);
} else {
$msgperhour = 0;
$secpermsg = 0;
diff --git a/public_html/lists/admin/attributes.php b/public_html/lists/admin/attributes.php
index 6344740e5..346185603 100644
--- a/public_html/lists/admin/attributes.php
+++ b/public_html/lists/admin/attributes.php
@@ -404,7 +404,7 @@ function warn() {
}
echo '
- ';
+ ';
echo '
';
echo '