DOW function change
This commit is contained in:
parent
b8f81122a1
commit
fa0d9dbdb9
|
@ -178,7 +178,7 @@ Var
|
|||
'S' : Res := ThisUser.Security >= strS2I(Data);
|
||||
'T' : Res := Session.TimeLeft > strS2I(Data);
|
||||
'U' : Res := ThisUser.PermIdx = strS2I(Data);
|
||||
'W' : Res := strS2I(Data) = DayOfWeek;
|
||||
'W' : Res := strS2I(Data) = DayOfWeek(CurDateDos);
|
||||
'Z' : If IgnoreGroup Then Begin
|
||||
Check := False;
|
||||
First := True;
|
||||
|
|
|
@ -1633,7 +1633,7 @@ Begin
|
|||
Store (TempStr, 256);
|
||||
End;
|
||||
57 : Begin
|
||||
TempByte := DayOfWeek;
|
||||
TempByte := DayOfWeek(CurDateDos);
|
||||
Store (TempByte, 1);
|
||||
End;
|
||||
58 : Begin
|
||||
|
|
Loading…
Reference in New Issue