Home banners
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "cgi.h"
|
||||
#include "input.h"
|
||||
#include "wrenchboard_api.h"
|
||||
#include "reco_engine.h"
|
||||
#include "reco_engine.h" //error in file name
|
||||
#include "email.h"
|
||||
#include "safestring.h"
|
||||
#include <string>
|
||||
@@ -55,6 +55,11 @@ long recommendation_engine(long action , CVars in, CVars &out) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// also used from accounts
|
||||
long WrenchHomeBanners(CVars in, CVars &out) {
|
||||
out["status"] = "long WrenchHomeBanners(CVars in, CVars &out)";
|
||||
return 111;
|
||||
}
|
||||
|
||||
long sendOffersRecommendation( CVars in, CVars &out){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user