Skip to content

Merge request16 adapted to new framadate code + fix few issues

A constant must be added in constants.php

// CSV separator; european Excel use ';', American Excel use ',' (regional settings) const CSV_SEPARATOR = ';';

Merge request reports