summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-28 15:54:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-28 15:54:24 +0800
commit4b2facc1a39a7816040f581843d39e442f887669 (patch)
treea0cbfb171492509ea124a5a0fc7871980eb03926 /mbbsd/board.c
parent586b0b226ad5c5582fec6fae4ea42960d581ddb3 (diff)
downloadpttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.gz
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.bz2
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.lz
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.xz
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.tar.zst
pttbbs-4b2facc1a39a7816040f581843d39e442f887669.zip
- user: hinting on SYSOP permission update of setting email
- register: improve new-account process - bbs: hints on hotkey change(H) - board/fav: make TAG bits more meaningful. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3876 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 046e8761..178bd212 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1429,7 +1429,7 @@ choose_board(int newflag)
if (IS_LISTING_FAV()){
assert(nbrdsize>0);
if(get_fav_type(&nbrd[0]) != 0)
- fav_tag(ptr->bid, get_fav_type(ptr), 2);
+ fav_tag(ptr->bid, get_fav_type(ptr), EXCH);
}
else if (HasUserPerm(PERM_SYSOP) ||
HasUserPerm(PERM_SYSSUPERSUBOP) ||