C
|
cgphp 10/21/2012 |
You can change the following line in include/import_functions.php file: $fields = explode(",", $line2);
$fields = explode(";", $line2); |
N
|
netmedia59 author 10/21/2012 |
Hey Cristian, |