Index: openacs-4/packages/acs-authentication/tcl/sync-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/sync-procs.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 10 Sep 2003 09:09:47 -0000 1.6 +++ openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 10 Sep 2003 12:31:07 -0000 1.7 @@ -136,6 +136,9 @@ set creation_user [ad_conn user_id] } + set interactive_p [db_boolean $interactive_p] + set snapshot_p [db_boolean $snapshot_p] + db_dml job_insert { insert into auth_batch_jobs (job_id, interactive_p, snapshot_p, creation_user, authority_id)