fixed one missing "
This commit is contained in:
@@ -91,7 +91,7 @@ $content_rating = "null";
|
|||||||
$currency_currency = strtolower($productData->currency_code);
|
$currency_currency = strtolower($productData->currency_code);
|
||||||
|
|
||||||
$databaseConnection = new mysqli("localhost", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
$databaseConnection = new mysqli("localhost", "furatalog_usr", "1yRNpaUtXu[cw@-m", "furatalog");
|
||||||
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE currency=\"" . $currency_currency . \";");
|
$result = $databaseConnection->query("SELECT * FROM `currency` WHERE currency=\"" . $currency_currency . "\";");
|
||||||
|
|
||||||
$content_currency_id = $result[0]["id"];
|
$content_currency_id = $result[0]["id"];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user