blog data
This commit is contained in:
@@ -254,10 +254,11 @@ long cron_email(long mailtype, CVars in, CVars &out) {
|
||||
|
||||
|
||||
for (int i = 0, n = pgsql_num_rows(res); i < n; i++) {
|
||||
x["color"] = "FFFFFF";
|
||||
in["color"] = "FFFFFF";
|
||||
if (c > 0) {
|
||||
in["color"] = "ebfaeb";
|
||||
}
|
||||
in["color"].set_valid( true );
|
||||
|
||||
map<const char*, const char*>f = pgsql_fetch_assoc(res, i);
|
||||
if (f.empty()) continue;
|
||||
|
||||
Reference in New Issue
Block a user