summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-11 10:04:59 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-11 10:04:59 +0800
commit13d54dabfd3c03ff833c8333633cbcb31e0b1eb4 (patch)
tree4f497015c60534fef4e101bf22c3117708af7f3b /mbbsd
parent2ff102d17fe5989f6aaac28200c91370f2143a9a (diff)
downloadpttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.tar
pttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.tar.gz
pttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.tar.bz2
pttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.tar.lz
pttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.tar.xz
pttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.tar.zst
pttbbs-13d54dabfd3c03ff833c8333633cbcb31e0b1eb4.zip
- revert testing code: should not check-in.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3989 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/menu.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 670bfd04..1762dbf3 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -720,15 +720,9 @@ Xyz(void)
return 0;
}
-int regform2_validate_page(int dryrun);
-
int
Play_Play(void)
{
- if (strcmp(cuser.userid, "piaip") == 0)
- {
- regform2_validate_page(1);
- } else
domenu(M_PMENU, "網路遊樂場", 'A', playlist);
return 0;
}