~titan-phpdevshell/+junk/release-2.7.0-snap

« back to all changes in this revision

Viewing changes to plugins/HerculesPostman/includes/mailer.class.php

  • Committer: titan
  • Date: 2009-05-20 13:09:25 UTC
  • Revision ID: titan-20090520130925-xvih4mf7j1ca5gp2
Hercules, preview and cron was split with bugs fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
                } else {
212
212
                        $template->warning(sprintf(__('I delivered %s mail/s successful to group %s titled %s, I found %s error/s though.'), $ok_count, $group_id, $subject, $error_count));
213
213
                }
214
 
                // Do we need to redirect, is it a web based send?
215
 
                if (! empty($_GET['web'])) {
216
 
                        $redirect_now = $navigation->load_page(334266151, "web=true&mi={$_GET['mi']}");
217
 
                        $template->busy('Please wait, redirecting to perform next mailing cycle...');
218
 
                        $navigation->redirect($redirect_now, 3);
219
 
                }
220
214
        }
221
215
}
222
216
?>
 
 
b'\\ No newline at end of file'