mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
10 lines
277 B
Diff
10 lines
277 B
Diff
|
391a392,393
|
||
|
> col = g_ptr_array_index (table->columns, i);
|
||
|
> column_name = col->name;
|
||
|
431,432d432
|
||
|
< mdb_init();
|
||
|
< mdb_set_date_fmt ("%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */
|
||
|
441a442,443
|
||
|
>
|
||
|
> mdb_set_date_fmt (mdb, "%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */
|