mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-12 18:36:29 +00:00
Empty commit
This commit is contained in:
parent
46a27e1fda
commit
f74903145c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user