mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed bug introduced in the last revision
SVN revision: 2125
This commit is contained in:
parent
d6b85291ea
commit
5acad4dc1f
@ -19029,7 +19029,7 @@ void show_elog_list(LOGBOOK * lbs, int past_n, int last_n, int page_n, BOOL defa
|
||||
|
||||
if (past_n > 0)
|
||||
ltime_start = now - 3600 * 24 * past_n; // past n days
|
||||
else
|
||||
else if (past_n < 0)
|
||||
ltime_start = now + 3600 * past_n; // past n hours
|
||||
|
||||
if (last_n && last_n < n_msg) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user