Skip to content

Commit

Permalink
Fixed bug #3478: Reminder contraint settings not used after first ema…
Browse files Browse the repository at this point in the history
…il batch

Dev note: also added "bypassbademails" to carried forward post variables

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@7319 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jul 14, 2009
1 parent 5211a7c commit 1426b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/tokens.php
Expand Up @@ -1571,6 +1571,7 @@
."\t<input type='hidden' name='ok' value=\"absolutely\" />\n"
."\t<input type='hidden' name='subaction' value=\"remind\" />\n"
."\t<input type='hidden' name='action' value=\"tokens\" />\n"
."\t<input type='hidden' name='bypassbademails' value=\"".$_POST['bypassbademails']."\" />\n"
."\t<input type='hidden' name='sid' value=\"{$surveyid}\" />\n";
//Include values for constraints minreminderdelay and maxremindercount if they exist
if (isset($_POST['minreminderdelay']) &&
Expand Down

0 comments on commit 1426b26

Please sign in to comment.