Empty commit

This commit is contained in:
Git 2015-03-03 08:00:26 +00:00
parent a323d223d4
commit 971c7a40b3

View File

@ -241,7 +241,7 @@
$DBTorVals = array(); $DBTorVals = array();
$DB->query(" $DB->query("
SELECT Media, Format, Encoding, RemasterYear, Remastered, RemasterTItle, RemasterRecordLabel, RemasterCatalogueNumber, Scene, Description SELECT Media, Format, Encoding, RemasterYear, Remastered, RemasterTitle, RemasterRecordLabel, RemasterCatalogueNumber, Scene, Description
FROM torrents FROM torrents
WHERE ID = $TorrentID"); WHERE ID = $TorrentID");
$DBTorVals = $DB->to_array(false, MYSQLI_ASSOC); $DBTorVals = $DB->to_array(false, MYSQLI_ASSOC);