GX-Bug #47959 » CSVQuoteFix.patch
| src/system/classes/csv/CSVImportFunctionLibrary.inc.php (revision ) | ||
|---|---|---|
| 855 | 855 |
} |
| 856 | 856 |
else |
| 857 | 857 |
{
|
| 858 |
$t_identification_sql = "cd.categories_name LIKE '" . trim($t_category_array[$i - 1]) . "'";
|
|
| 858 |
$t_identification_sql = "cd.categories_name LIKE '" . addslashes(trim($t_category_array[$i - 1])) . "'";
|
|
| 859 | 859 |
} |
| 860 | 860 |
|
| 861 | 861 |
$t_sql_subselect = "SELECT |