mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-12 18:36:29 +00:00
Empty commit
This commit is contained in:
parent
e607d26004
commit
a323d223d4
@ -83,7 +83,10 @@
|
||||
$Artists = $_POST['artists'];
|
||||
$Importance = $_POST['importance'];
|
||||
}
|
||||
$RequestID = $_POST['requestid'];
|
||||
if (!empty($_POST['requestid'])) {
|
||||
$RequestID = $_POST['requestid'];
|
||||
$Properties['RequestID'] = $RequestID;
|
||||
}
|
||||
//******************************************************************************//
|
||||
//--------------- Validate data in upload form ---------------------------------//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user