Empty commit

This commit is contained in:
Git 2013-07-27 08:00:49 +00:00
parent 46a27e1fda
commit f74903145c

View File

@ -1251,7 +1251,7 @@ function next_hour() {
INSERT INTO top10_history_torrents
(HistoryID, Rank, TorrentID, TitleString, TagString)
VALUES
($HistoryID, $i, $TorrentID, ".db_string($TitleString)."', '".db_string($TagString)."')");
($HistoryID, $i, $TorrentID, '" . db_string($TitleString) . "', '" . db_string($TagString) . "')");
$i++;
endforeach;