diff options
author | lwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-08 20:06:06 +0800 |
---|---|---|
committer | lwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-08 20:06:06 +0800 |
commit | b4fa6d0989f02802609107a4d61cb4b492ef08a2 (patch) | |
tree | 3188d640a52a311df5db6f2d7fa7b0ec8e941d05 /mbbsd/admin.c | |
parent | 513fb9ca61afd4b43541f1294c73ff81f5a983b2 (diff) | |
download | pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.gz pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.bz2 pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.lz pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.xz pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.zst pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@152 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r-- | mbbsd/admin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 2d66bfe4..df1256a4 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.7 2002/04/28 19:35:28 in2 Exp $ */ +/* $Id: admin.c,v 1.8 2002/05/08 12:04:49 lwms Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -1092,6 +1092,7 @@ int give_money() { continue; id = uhash->userid[i]; give_id_money(id, money, fp2, tt, t); + post_give_money(cuser.userid , id, money); } } else { if(!(fp = fopen("etc/givemoney.txt", "r+"))) { |