From 300fa717635acbbe94899180c7e98940525a85d1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 30 Nov 2012 00:10:16 -0800 Subject: [PATCH] - web: remove default forum --- html/ops/create_forums.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/ops/create_forums.php b/html/ops/create_forums.php index 967bfeb858..3d148e5a6a 100644 --- a/html/ops/create_forums.php +++ b/html/ops/create_forums.php @@ -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