mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
90974cc45a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
277 B
Diff
9 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 */
|