DOW change

This commit is contained in:
mysticbbs 2012-08-21 17:57:13 -04:00
parent 4efb43f65b
commit ec72b8cb54
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ Var
'S' : Res := User.Security >= strS2I(Data);
'T' : Res := True;
'U' : Res := User.PermIdx = strS2I(Data);
'W' : Res := strS2I(Data) = m_DateTime.DayOfWeek;
'W' : Res := strS2I(Data) = m_DateTime.DayOfWeek(CurDateDos);
'Z' : If IgnoreGroup Then Begin
Check := False;
First := True;