recent_data

This commit is contained in:
CHIEFSOFT\ameye
2023-07-31 20:20:26 -04:00
parent f4b8fb0746
commit b911ab052d
3 changed files with 782 additions and 1 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
#include "sel_data.h"
#include "history.h"
#include "recent_data.h";
#include "jobs.h"
#include "reco_engine.h" //error in file name
@@ -472,7 +473,7 @@ long account_calls(CVars in, CVars &out) {
break;
case WRENCHBOARD_ACCOUNT_DASHRECENT:
logfmt(logINFO, "ENTER CALL long WRENCHBOARD_ACCOUNT_DASHRECENT");
return WrenchRecentDash(in, out);
break;
}
logfmt(logINFO, "/account_calls()");