summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-28 21:57:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-28 21:57:40 +0800
commit2230c0a8c5a4eb2397673d37e709454195c5e284 (patch)
treed6b2f7d72e55aa8aa40af5a3bcbe5ffb296dcb20 /mbbsd/cal.c
parent209a53de9d25820b20e3b5591cd1efb7e221fc24 (diff)
downloadpttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.gz
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.bz2
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.lz
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.xz
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.zst
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.zip
* moving into the new pwcu (password - current user helper) API
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4783 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 2e3b441a..342049b8 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -84,10 +84,7 @@ vice(int money, const char *item)
static int
inmailbox(int m)
{
- userec_t xuser;
- passwd_sync_query(usernum, &xuser);
- cuser.exmailbox = xuser.exmailbox + m;
- passwd_sync_update(usernum, &cuser);
+ pwcuAddExMailBox(m);
return cuser.exmailbox;
}