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