Clean spaces
This commit is contained in:
@@ -56,10 +56,8 @@ CREATE TABLE members_notification (
|
||||
x["icon"].set_valid(true);
|
||||
}
|
||||
|
||||
|
||||
ret = insert_db_record(DBS_VALID, "members_notification", "members_notification_id_seq", x);
|
||||
|
||||
|
||||
} catch (bad_parameter) {
|
||||
logfmt(logINFO, "ERROR CALL long plan_notification(CVars in, CVars &out)");
|
||||
}
|
||||
@@ -67,7 +65,6 @@ CREATE TABLE members_notification (
|
||||
}
|
||||
|
||||
long promo_email(long mailtype, CVars in, CVars &out){
|
||||
|
||||
logfmt(logINFO, "alert_email()");
|
||||
CVars x, y, z;
|
||||
C_CGI_Form form("", "");
|
||||
@@ -91,7 +88,6 @@ long promo_email(long mailtype, CVars in, CVars &out){
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
long alert_email(long mailtype, CVars in, CVars &out) {
|
||||
|
||||
Reference in New Issue
Block a user