surfrock66 / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
Other
43 stars 23 forks source link

Update export.php #40

Closed mo5245 closed 3 years ago

mo5245 commented 3 years ago

Fix "mysqli_fetch_field_direct(): Field offset is invalid for resultset" error for CSV header.

surfrock66 commented 3 years ago

Thanks for the patch, looks fine, exporting was never something I messed with so thanks for looking it over and making a fix!