Empty commit

This commit is contained in:
Git 2012-12-25 08:00:49 +00:00
parent 168a52d0c8
commit 5c2dee6000

View File

@ -36,7 +36,7 @@
$Cache->delete_value('bookmarks_'.$Type.'_'.$LoggedUser['ID']);
if ($Type == 'torrent') {
$Cache->delete_value('bookmarks_torrent_'.$LoggedUser['ID'].'_full');
$GroupID = $_GET['id'];
$GroupID = (int) $_GET['id'];
$DB->query("SELECT Name, Year, WikiBody, TagList FROM torrents_group WHERE ID = '$GroupID'");
list($GroupTitle, $Year, $Body, $TagList) = $DB->next_record();