Empty commit

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

View File

@ -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 ---------------------------------//