Skip to content

Commit

Permalink
close #8
Browse files Browse the repository at this point in the history
  • Loading branch information
cabelotaina committed Jan 23, 2017
1 parent a1a23dc commit d36d1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jaiminho.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function remove_hard_bounces(){
$emails = imap_search($inbox,'UNANSWERED');

if($emails) {

rsort($emails);
set_time_limit(0);

Expand All @@ -169,6 +169,7 @@ public function remove_hard_bounces(){

/* close the connection */
imap_close($inbox);
SendPress_Admin::redirect( 'Subscribers' );
}
/**
* Localize Script
Expand Down

0 comments on commit d36d1c5

Please sign in to comment.