Export of table data as CSV produces two complete sets of records in CSV file

Issue #83 resolved
Former user created an issue

Originally reported on Google Code with ID 83 ``` What steps will reproduce the problem? 1. Open a database table in the phpliteadmin screen 2. Choose the Export tab, select CSV 3. Examine the text file that is output. There will be a header line and a complete set of records followed by a second header line and another complete set of records.

What is the expected output? What do you see instead? A single header line and set of records

What version of the product are you using? On what operating system? V1.9.1 on Ubuntu 10.04 LTS

Please provide any additional information below. Same problem if you change the delimiter to a comma (I didn't test other combinations).

```

Reported by `jeff@thegilmores.net` on 2012-01-14 18:27:15

Comments (2)

  1. Christopher Kramer

    ``` I fixed this problem in my version featuring CSV import and CSV export improvements. See Bug #71 where you can download a version of phplitedmin which does not have this bug. ```

    Reported by `crazy4chrissi` on 2012-03-10 10:44:13

  2. Christopher Kramer

    ``` Tables were exported multiple times if indexes existed on the table. For every index, another complete set of rows was exported. As I mentioned above, I fixed this issue along with my changes for bug #71. It should therfore be fixed in phpLiteAdmin 1.9.2. Therefore, I mark this bug as fixed. Please comment if anybody thinks the bug is still present. ```

    Reported by `crazy4chrissi` on 2012-05-30 14:16:36 - Status changed: `Fixed`

  3. Log in to comment