added section selection
This commit is contained in:
@@ -19,6 +19,8 @@ $content_currency_id = $_POST["content_currency_id"];
|
||||
$content_url = $_POST["content_url"];
|
||||
$content_image = $_POST["content_image"];
|
||||
|
||||
$section = $_POST["section"];
|
||||
|
||||
$currency_currency = $_POST["currency_currency"];
|
||||
|
||||
$creator;
|
||||
@@ -54,7 +56,7 @@ if ($contentResult->num_rows == 0) {
|
||||
,'" . $content_url . "'
|
||||
,'" . $content_image . "'
|
||||
, false
|
||||
, 1)");
|
||||
, " . $section . ")");
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user