- web: remove default forum

This commit is contained in:
David Anderson 2012-11-30 00:10:16 -08:00 committed by Oliver Bock
parent fdc085264a
commit 300fa71763
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ create_forum($catid, 2, "Macintosh", "Installing and running BOINC on Mac OS/X")
$catid = create_category(1, "General issues", 1);
create_forum($catid, 3, "Getting started", "Creating your account");
create_forum($catid, 4, "Preferences", "Using preferences");
create_forum($catid, 5, "Wish list", "What new features would you like to see?");
create_forum($catid, 6, "Web site", "Issues involving this web site");
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit