Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter buildetech

    (@buildetech)

    Fantastic–thank you very much!

    Thread Starter buildetech

    (@buildetech)

    The CSV export code in flamingo/admin/admin.php for the “Inbound Messages” items adds an empty column between the last column of form data and the date values. In other words, the output looks like:

    “label1″,”label2″,”label3″,”date”
    “data1″,”data2″,”data3″,””,”timestamp”
    “data1″,”data2″,”data3″,””,”timestamp”

    It looks to me like the simple fix is to change line 605 so that, rather than appending the date to the array, it overwrites the last slot in the $row array with the time stamp string.

    I’m happy to submit a patch through Trac, GitHub, etc, but it didn’t look like there was any activity on the plugin’s GitHub mirror and I didn’t see your plugin in the dropdown when creating a new ticket on Trac.

Viewing 2 replies - 1 through 2 (of 2 total)