Skip to content

Commit

Permalink
Fixed unreported issue: integritycheck is not working due to a simple…
Browse files Browse the repository at this point in the history
… typo

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8057 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Dec 4, 2009
1 parent f3d2334 commit bfe9356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/integritycheck.php
Expand Up @@ -363,7 +363,7 @@
// $oldtoptionaldelete[]=$tablename."| SID ".$four. " ". $clang->gT("saved at")." $date";
$oldtoptionaldelete[]=$tablename."| ".sprintf($clang->gT("Survey ID %d saved at %s"), $four, $date);
} else {
$oldtmultidelete[]=$tablename."| ".sprintf($clang-gT("Survey ID %d saved at %s containing %d record(s)"), $four, $date, $jqcount);
$oldtmultidelete[]=$tablename."| ".sprintf($clang->gT("Survey ID %d saved at %s containing %d record(s)"), $four, $date, $jqcount);
// $oldtmultidelete[]=$tablename."| SID ".$four." ". $clang->gT("saved at")." $date ".sprintf($clang->gT("containing %d record(s)"), $jqcount);
}
}
Expand Down

0 comments on commit bfe9356

Please sign in to comment.