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
0bb8e7caad
commit
12d43942d6
@ -76,6 +76,7 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
$DB->query("SELECT
|
||||
Title,
|
||||
UserID,
|
||||
@ -86,11 +87,11 @@
|
||||
BitrateList,
|
||||
FormatList,
|
||||
MediaList,
|
||||
LogCue,
|
||||
TimeStampDiff(MINUTE, LastVote, NOW())
|
||||
LogCue
|
||||
FROM requests
|
||||
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)) {
|
||||
$Err = "This request has already been filled";
|
||||
|
Loading…
Reference in New Issue
Block a user