From: Aleš Křenek Date: Fri, 3 Jun 2005 12:53:24 +0000 (+0000) Subject: jobs.owner, not userid X-Git-Tag: gridsite-core_R_1_1_9~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=447cbe160944944a5196bac5f1addf3ed4c5f943;p=jra1mw.git jobs.owner, not userid --- diff --git a/org.glite.jp.primary/src/new_ftp_backend.c b/org.glite.jp.primary/src/new_ftp_backend.c index 318d2e9..169e326 100644 --- a/org.glite.jp.primary/src/new_ftp_backend.c +++ b/org.glite.jp.primary/src/new_ftp_backend.c @@ -284,7 +284,7 @@ int glite_jppsbe_register_job( goto error_out; } - trio_asprintf(&stmt,"insert into jobs(jobid,dg_jobid,userid,reg_time) " + trio_asprintf(&stmt,"insert into jobs(jobid,dg_jobid,owner,reg_time) " "values ('%|Ss','%|Ss','%|Ss', %s)", ju, job, ownerhash, dbtime); if (!stmt) {