Parent Directory
|
Revision Log
|
Patch
| Revision 1.24 by sysadm, Mon Nov 17 12:16:48 2025 UTC | Revision 1.25 by sysadm, Wed Dec 3 05:31:11 2025 UTC | |
|---|---|---|
| # | Line 218 static enum select_cmd_t user_list_selec | Line 218 static enum select_cmd_t user_list_selec |
| 218 | if (ch != KEY_NULL && ch != KEY_TIMEOUT) | if (ch != KEY_NULL && ch != KEY_TIMEOUT) |
| 219 | { | { |
| 220 | BBS_last_access_tm = time(NULL); | BBS_last_access_tm = time(NULL); |
| 221 | ||
| 222 | // Refresh current action | |
| 223 | if (user_online_update(NULL) < 0) | |
| 224 | { | |
| 225 | log_error("user_online_update(NULL) error\n"); | |
| 226 | } | |
| 227 | } | } |
| 228 | ||
| 229 | switch (ch) | switch (ch) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |