summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-30 23:09:34 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-30 23:09:34 +0800
commit09c2e46468e99d827c85ef55532535bf2bf24ca2 (patch)
treeb4afffe8c9a6a441c11e038fa8266bcc98448931 /mbbsd/bbs.c
parent02913ea88db4c2402933f5c02e9bf9cd248f7064 (diff)
downloadpttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar
pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.gz
pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.bz2
pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.lz
pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.xz
pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.tar.zst
pttbbs-09c2e46468e99d827c85ef55532535bf2bf24ca2.zip
* remove more bid assess(good/bad sale) stuff
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4719 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index c028f4cf..39d83aaf 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -2551,24 +2551,6 @@ do_bid(int ent, fileheader_t * fhdr, const boardheader_t *bp, const char *direc
{以Ptt幣自動扣款
}*/
prints("恭喜 %s 以 %d 得標!", bidinfo.userid, bidinfo.high);
-#ifdef ASSESS
- if (!(bidinfo.flag & SALE_COMMENTED) && strcmp(bidinfo.userid, currutmp->userid) == 0){
- char tmp = vans("您對於這次交易的評價如何? 1:佳 2:欠佳 3:普通[Q]");
- if ('1' <= tmp && tmp <= '3'){
- switch(tmp){
- case 1:
- inc_goodsale(bidinfo.userid, 1);
- break;
- case 2:
- inc_badsale(bidinfo.userid, 1);
- break;
- }
- bidinfo.flag |= SALE_COMMENTED;
-
- substitute_record(fpath, &bidinfo, sizeof(bidinfo), 1);
- }
- }
-#endif
}
else outs("無人得標!");
pressanykey();