MantisBT: master 94902e74

Author Committer Branch Timestamp Parent
dhx dhx master 2009-09-23 03:55 master 61804a9d
Affected Issues  0010977: Use of invalid viewing_bug_advanced_details_title string within print_all_bug_page_word.php
Changeset

Fix 0010977: Use of invalid viewing_bug_advanced_details_title string

The 'viewing_bug_advanced_details_title' string has been removed with
the simple vs advanced differentiation. However,
print_all_bug_page_word.php still relies upon this string and thus
cannot be used due to a missing string error. This patch uses a similar
existing string instead.

Additionally, another string on the page had the wrong variable name and
would cause the page to crash. This typo has been fixed.

mod - lang/strings_english.txt Diff File
mod - print_all_bug_page_word.php Diff File