diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-26 21:10:16 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-26 21:10:16 +0800 |
commit | 5f92696590318ccf7f63f1d4346da6d71ff0821c (patch) | |
tree | 72c95b488bea519bdaacc06516a728f36aeee72e /mbbsd | |
parent | 63c8a1a039564ab9926aa8677006540494f54208 (diff) | |
download | pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.tar pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.tar.gz pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.tar.bz2 pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.tar.lz pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.tar.xz pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.tar.zst pttbbs-5f92696590318ccf7f63f1d4346da6d71ff0821c.zip |
fix fav subscription
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1611 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 2e764a76..6427690d 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -326,7 +326,7 @@ void load_brdbuf(void) fav_load(); /* subscribe new fav (deprecated) */ - if (get_fav_root() == NULL) + if (get_fav_root() != NULL) updatenewfav(1); } |