fx
This commit is contained in:
parent
e789bc6d2c
commit
efcc66d290
@ -254,7 +254,7 @@ foreach ($arr_total_products as $product) {
|
||||
|
||||
$trim_cas_val = str_replace("\n", "", str_replace("'", "\'", $cas_val));
|
||||
$analysis_query = new WA_MySQLi_RS("getquery", $repnew, 0);
|
||||
$analysis_query->setQuery("SELECT * FROM compundsvocabulary WHERE cascompoundvocabulary = '$trim_cas_val'");
|
||||
$analysis_query->setQuery("SELECT * FROM compundsvocabulary WHERE cascompoundvocabulary = '%$trim_cas_val%'");
|
||||
$analysis_query->execute();
|
||||
|
||||
$analysis_data = $analysis_query->Results;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user