We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b799d commit a2ffacfCopy full SHA for a2ffacf
public_html/lists/admin/actions/bounces.php
@@ -25,7 +25,6 @@
25
$bouncels = new WebblerListing(s('Bounces'));
26
$bouncels->setElementHeading('Bounce ID');
27
$bouncelist = '';
28
-$bounces = array();
29
// check for bounces
30
$req = Sql_Query(sprintf('
31
select
@@ -46,9 +45,8 @@
46
45
PageURL2('bounce', s('view'), 'id=' . $row['bounce']));
47
$bouncels->addColumn($row['bounce'], s('Campaign title'), stripslashes($messagedata['campaigntitle']));
48
$bouncels->addColumn($row['bounce'], s('time'), $row['ftime']);
49
- $bounces[$row['message']] = $row['ftime'];
50
}
51
echo $bouncels->display();
52
} else {
53
echo s("Bounces data not found");
54
-}
+}
0 commit comments