code cleanup

This commit is contained in:
SJ
2016-01-02 08:16:38 +01:00
parent b05ddbf571
commit 8acee556d1
11 changed files with 26 additions and 17 deletions

View File

@@ -183,7 +183,7 @@ void update_import_job_stat(struct session_data *sdata, struct __data *data, str
snprintf(buf, sizeof(buf)-1, "update import set status=%d, started=%ld, updated=%ld, finished=%ld, total=%d, imported=%d where id=%d", data->import->status, data->import->started, data->import->updated, data->import->finished, data->import->total_messages, data->import->processed_messages, data->import->import_job_id);
p_query(sdata, buf, cfg);
p_query(sdata, buf);
}