mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
a323d223d4
commit
971c7a40b3
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user