Userrs tasks
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <curl/curl.h>
|
||||
#include "account.h"
|
||||
#include "history.h"
|
||||
#include "jobs_manager.h"
|
||||
|
||||
#include "account_mngt.h"
|
||||
#include "contract.h"
|
||||
@@ -306,5 +307,6 @@ long WrenchReturnJobOffersList(CVars in, CVars &out) {
|
||||
|
||||
/* This return the list of jobs on the home page of the apps*/
|
||||
long WrenchReturnActiveJobsList(CVars in, CVars &out) {
|
||||
return WrenchMemberActiveJobs(in, out);
|
||||
return WrenchUsersTasksList(in, out);
|
||||
// retired return WrenchMemberActiveJobs(in, out);
|
||||
}
|
||||
Reference in New Issue
Block a user