Skip to content

Commit

Permalink
Fixed missing ;
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8924 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed Jul 12, 2010
1 parent f785b57 commit 7207bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/remotecontrol/lsrc.helper.php
Expand Up @@ -380,7 +380,7 @@ function emailSender($surveyid, $type, $maxLsrcEmails='') //XXX
. "WHERE (completed = 'N' or completed = '') AND sent <> 'N' and sent <>'' AND token <>'' AND EMAIL <>'' AND remindercount < ".$reminderCount." "
. "ORDER BY tid asc LIMIT 1";

$this->debugLsrc("Executing SQL: ".$sendOnlySQL)
$this->debugLsrc("Executing SQL: ".$sendOnlySQL);

if($sendOnlyResult->RecordCount()>0)
{
Expand Down

0 comments on commit 7207bcf

Please sign in to comment.