Skip to content

Commit

Permalink
Fixed issue #3880: Error at wrong admin input for "Reminder count"
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8012 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Nov 30, 2009
1 parent df67460 commit 85281f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -2024,7 +2024,7 @@
$data[] = $_POST['validfrom'];
$data[] = $_POST['validuntil'];
$data[] = $_POST['remindersent'];
$data[] = $_POST['remindercount'];
$data[] = intval($_POST['remindercount']);

$udresult = $connect->Execute("Select * from ".db_table_name("tokens_$surveyid")." where tid<>{$tokenid} and token<>'' and token='{$santitizedtoken}'") or safe_die ("Update record {$tokenid} failed:<br />\n$udquery<br />\n".$connect->ErrorMsg());
if ($udresult->RecordCount()==0)
Expand Down

0 comments on commit 85281f7

Please sign in to comment.