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 -r1.35.2.2 -r1.35.2.3 --- openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 10 Sep 2015 08:21:13 -0000 1.35.2.2 +++ openacs-4/packages/acs-authentication/tcl/sync-procs.tcl 20 Oct 2015 08:19:13 -0000 1.35.2.3 @@ -721,9 +721,9 @@ array set param $parameters - if { ($param(SnapshotURL) ne "" && [clock format [clock seconds] -format "%d"] eq "01") || \ - $param(IncrementalURL) eq "" } { - + if { ($param(SnapshotURL) ne "" && [clock format [clock seconds] -format "%d"] eq "01") + || $param(IncrementalURL) eq "" + } { # On the first day of the month, we get a snapshot set url $param(SnapshotURL) set result(snapshot_p) "t" @@ -799,9 +799,9 @@ array set param $parameters - if { ($param(SnapshotPath) ne "" && [clock format [clock seconds] -format "%d"] eq "01") || \ - $param(IncrementalPath) eq "" } { - + if { ($param(SnapshotPath) ne "" && [clock format [clock seconds] -format "%d"] eq "01") + || $param(IncrementalPath) eq "" + } { # On the first day of the month, we get a snapshot set path $param(SnapshotPath) set result(snapshot_p) "t"