summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 09:54:57 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-02 09:54:57 +0800
commit83db4da4e36b3c5438f4759c835aa8440f650915 (patch)
treeac75ca5876c004a7ec37fa94a08859bfd8e54e04 /mbbsd/mbbsd.c
parent20532cc19e163e5e1d1dd3400ab5cf542e4f0937 (diff)
downloadpttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.gz
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.bz2
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.lz
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.xz
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.tar.zst
pttbbs-83db4da4e36b3c5438f4759c835aa8440f650915.zip
check post perm on demand
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1667 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index de97ecde..64795836 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -987,6 +987,11 @@ user_login()
#endif
passwd_update(usernum, cuser);
+ fav_load();
+ /* subscribe new fav (deprecated) */
+ if (get_fav_root() != NULL)
+ updatenewfav(1);
+
for (i = 0; i < NUMVIEWFILE; i++)
if ((cuser->loginview >> i) & 1)
more(loginview_file[(int)i][0], YEA);