punktDe / pt_extlist

Generic list generator
http://extlist.punkt.de
12 stars 14 forks source link

FIX: use mysqli_real_escape_string if TYPO3 Version >= 6.1 #2

Closed waldhacker1 closed 10 years ago

waldhacker1 commented 10 years ago

Since TYPO3 6.1 we use mysqli for Database stuff so mysql_real_escape_string won't work. We have to use mysqli_real_escape_string.

daniellienert commented 10 years ago

Hey,

Thanks for the hint and the patch! I fixed it in the meanwhile (using some other code): https://github.com/punktDe/pt_extlist/commit/e9fe50f26796d6a27238de30fd4904b17251b4d3

Cheers, Daniel