From f74903145c5a3ed400c56cbac4162e85494ab115 Mon Sep 17 00:00:00 2001 From: Git Date: Sat, 27 Jul 2013 08:00:49 +0000 Subject: [PATCH] Empty commit --- sections/schedule/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/schedule/index.php b/sections/schedule/index.php index ccf4d9a2..d8a1abfe 100644 --- a/sections/schedule/index.php +++ b/sections/schedule/index.php @@ -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;