The Joomla! Extensions Directory ™

telline

Reviews(1)
 
bytelline, November 18, 2008
1 of 1 people found this review helpful
EasySQL for Joomla, if you without phpMyAdmin
Fantastic component.
Is it possible to use comma (,) instead of semicolon as separator?
Owner's reply

Yes.
See
- for english and J1.5 /lang/en-gb.php
- for french and J1.0 /lang/french.php

define('_ES_CSV_DELEMITER', ';');

change to

define('_ES_CSV_DELEMITER', ',');