X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fmailmgr.php;h=5ea14b64d751ffdd03ecac31871d82fd82cb6354;hb=e7efeeeeacd58593ef6da93ef9a94d0f950a9856;hp=5613c3baecb238b47b4bea5e7c155f7c8cf511dc;hpb=31691c02c1802a699c4595448919cce161834c77;p=brisk.git diff --git a/web/mailmgr.php b/web/mailmgr.php index 5613c3b..5ea14b6 100644 --- a/web/mailmgr.php +++ b/web/mailmgr.php @@ -59,9 +59,9 @@ function main() { break; } - if (($bdb->user_update_flag_ty($mai->ucode, - USER_FLAG_TY_DISABLE, USER_DIS_REA_NU_MAILED, - USER_FLAG_TY_DISABLE, USER_DIS_REA_NU_TOBECHK)) == FALSE) { + if (($bdb->user_update_flag_ty($mai->ucode, USER_FLAG_TY_DISABLE, + TRUE, USER_DIS_REA_NU_MAILED, + TRUE, USER_DIS_REA_NU_TOBECHK)) == FALSE) { $errcode = 10003; break; }