summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-08 22:11:33 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-08 22:11:33 +0800
commit75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6 (patch)
tree8e32f471cf5822909f5980f156b53478e7521567 /mbbsd/admin.c
parentb4fa6d0989f02802609107a4d61cb4b492ef08a2 (diff)
downloadpttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.tar
pttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.tar.gz
pttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.tar.bz2
pttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.tar.lz
pttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.tar.xz
pttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.tar.zst
pttbbs-75c6c7f01370a7ce2b34d0cabdedb0d9da09bfc6.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@153 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index df1256a4..815bb854 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1,4 +1,4 @@
-/* $Id: admin.c,v 1.8 2002/05/08 12:04:49 lwms Exp $ */
+/* $Id: admin.c,v 1.9 2002/05/08 14:11:33 lwms Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -1092,7 +1092,6 @@ 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+"))) {