mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
Empty commit
This commit is contained in:
parent
0bb8e7caad
commit
12d43942d6
@ -76,6 +76,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$DB->query("SELECT
|
$DB->query("SELECT
|
||||||
Title,
|
Title,
|
||||||
UserID,
|
UserID,
|
||||||
@ -86,11 +87,11 @@
|
|||||||
BitrateList,
|
BitrateList,
|
||||||
FormatList,
|
FormatList,
|
||||||
MediaList,
|
MediaList,
|
||||||
LogCue,
|
LogCue
|
||||||
TimeStampDiff(MINUTE, LastVote, NOW())
|
|
||||||
FROM requests
|
FROM requests
|
||||||
WHERE ID = ".$RequestID);
|
WHERE ID = ".$RequestID);
|
||||||
list($Title, $RequesterID, $OldTorrentID, $RequestCategoryID, $RequestReleaseType, $RequestCatalogueNumber, $BitrateList, $FormatList, $MediaList, $LogCue, $VoteTime) = $DB->next_record();
|
list($Title, $RequesterID, $OldTorrentID, $RequestCategoryID, $RequestReleaseType, $RequestCatalogueNumber, $BitrateList, $FormatList, $MediaList, $LogCue) = $DB->next_record();
|
||||||
|
|
||||||
|
|
||||||
if(!empty($OldTorrentID)) {
|
if(!empty($OldTorrentID)) {
|
||||||
$Err = "This request has already been filled";
|
$Err = "This request has already been filled";
|
||||||
|
Loading…
Reference in New Issue
Block a user