Projekt

Allgemein

Profil

GX-Bug #47959 » CSVQuoteFix.patch

Till Tepelmann, 15.08.2016 12:06

Unterschiede anzeigen:

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
    (1-1/1)