Clean spaces

This commit is contained in:
CHIEFSOFT\ameye
2024-11-23 10:16:10 -05:00
parent 9b066a554b
commit 69d601c1b9
-4
View File
@@ -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) {