summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c3
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+"))) {