This commit is contained in:
CHIEFSOFT\ameye
2023-12-07 17:36:36 -05:00
parent 7793803fed
commit b2641e8834
+2 -1
View File
@@ -141,7 +141,8 @@ wrenchboard=> SELECT uid,member_uid,msg FROM members_notification WHERE status
{
xx["send_result"] = "FAIL"; xx["send_result"].set_valid( true );
}
pgsql_query("UPDATE members_notification SET send=now(), send_result='%s' WHERE id = %lu", out["notification_id"].Long(),xx["send_result"].c_str());
pgsql_query("UPDATE members_notification SET send=now(), send_result='%s' "
" WHERE id = %lu", out["notification_id"].Long(),xx["send_result"].c_str());
}
}
}