Code formatting
This commit is contained in:
parent
495f0a1d6b
commit
af6df73fa5
|
@ -186,6 +186,7 @@ Begin
|
||||||
|
|
||||||
If Eof(HistoryFile) Then Begin
|
If Eof(HistoryFile) Then Begin
|
||||||
FillChar(History, SizeOf(History), 0);
|
FillChar(History, SizeOf(History), 0);
|
||||||
|
|
||||||
History.Date := CurDateDos;
|
History.Date := CurDateDos;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
@ -199,7 +200,7 @@ Begin
|
||||||
If Not LocalMode And (User.ThisUser.Flags AND UserNoLastCall = 0) Then
|
If Not LocalMode And (User.ThisUser.Flags AND UserNoLastCall = 0) Then
|
||||||
Inc (History.Calls, 1);
|
Inc (History.Calls, 1);
|
||||||
|
|
||||||
If User.ThisUser.Calls = 1 Then Inc (History.NewUsers, 1);
|
If User.ThisUser.Calls = 1 Then Inc (History.NewUsers);
|
||||||
|
|
||||||
If Not LocalMode Then Inc (History.Hourly[HistoryHour]);
|
If Not LocalMode Then Inc (History.Hourly[HistoryHour]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue