cons
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user