The way to change the STRING SEPARATOR in the Exports is:
- open: admin/addons/geostats/config/config.php
- Code: Select all
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
ini_set('memory_limit', '500M');
ini_set('max_execution_time', '9000');
define('GEOSTATS_CACHE_TIME',3600*1);
define('GEOSTATS_EXPORT_DELIMITER',",");
?>
in the line:- Code: Select all
define('GEOSTATS_EXPORT_DELIMITER',",");
Thats all
connection closed.