The Joomla! Extensions Directory ™

day811

Reviews(1)
 
byday811, May 14, 2008
2 of 2 people found this review helpful
EasySQL for Joomla
This component works fine but i need to change a line to make CSV export compatible with queries using quotes.

In administrator\components\com_easysql\admin.easysql.php
I change
$sql = mosGetParam( $_POST, 'easysql_query', null );

to

$sql = stripslashes(mosGetParam( $_POST, 'easysql_query', null ));