From 7640250ce22ba9e17b73e0de8094de3d42fbd619 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 1 Oct 2009 16:38:11 +0000 Subject: [PATCH] Added "Documentation problem" as the default selected bug type for doc bug links --- include/shared-manual.inc | 2 +- manual/add-note.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/shared-manual.inc b/include/shared-manual.inc index d9593ae9a..ef5883f91 100644 --- a/include/shared-manual.inc +++ b/include/shared-manual.inc @@ -112,7 +112,7 @@ $(document).ready(function() { $(this).siblings().slideToggle("slow"); }); $(".refsect1 .title").each(function() { - url = "http://bugs.php.net/report.php?manpage=" + $(this).parent().parent().attr("id") + "%23" + $(this).text(); + url = "http://bugs.php.net/report.php?bug_type=Documentation+problem&manpage=" + $(this).parent().parent().attr("id") + "%23" + $(this).text(); $(this).parent().prepend("
Report a bug
"); }); $("#usernotes .head").click(function() { diff --git a/manual/add-note.php b/manual/add-note.php index bc3e08729..19c11daeb 100644 --- a/manual/add-note.php +++ b/manual/add-note.php @@ -195,7 +195,7 @@ else {