Rev 17151 | Rev 17358 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17151 | Rev 17306 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | !default time1=0 |
10 | !default time1=0 |
11 | test=!fileexists $ufile |
11 | test=!fileexists $ufile |
12 | !if $test=yes and ($[$wims_nowseconds-$time1]<3600*$swork_refreshtiming or ($swork_allowrefresh=1 and $refresh!=1)) |
12 | !if $test=yes and ($[$wims_nowseconds-$time1]<3600*$swork_refreshtiming or ($swork_allowrefresh=1 and $refresh!=1)) |
13 | !exit |
13 | !exit |
14 | !endif |
14 | !endif |
- | 15 | !readproc proc/loguserwork.proc $user |
|
15 | time2=!record 0 of $clsfile |
16 | time2=!record 0 of $clsfile |
16 | time2=!word 1 of $time2 |
17 | time2=!word 1 of $time2 |
17 | !default time2=0 |
18 | !default time2=0 |
18 | !if $[$wims_nowseconds-$time2]<3600 |
19 | !if $[$wims_nowseconds-$time2]<3600 |
19 | userlist=$user |
20 | userlist=$user |