a little bug… and the fix
-
Reading the exported CSV into a speadsheet may cause a problem, just because a double quote is missing.
In file plugig-export.inc.ph, line 8-9 are:// CSV header echo '"Email";"Name";"Surname";"Sex";Status";"Date";"Token";';
shoul be fixed this way:
// CSV header - fix a " echo '"Email";"Name";"Surname";"Sex";"Status";"Date";"Token";';
Great plugin, thanks for the work!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘a little bug… and the fix’ is closed to new replies.