From c74543bdca3296c849fdfe4736c1afd2b5a82a78 Mon Sep 17 00:00:00 2001 From: Cas Nuy <> Date: Fri, 12 Nov 2010 18:13:05 +0100 Subject: [PATCH] Version 1.01 Fix issues reported in http://www.mantisbt.org/bugs/view.php?id=11615#c27341 --- CustomReporter.php | 23 +++++++++++++++-------- lang/strings_english.txt | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CustomReporter.php b/CustomReporter.php index 641114f..804274e 100755 --- a/CustomReporter.php +++ b/CustomReporter.php @@ -6,7 +6,7 @@ function register() { $this->name = 'CustomReporter'; $this->description = 'Ability to select Reporter'; $this->page = 'config'; - $this->version = '1.0'; + $this->version = '1.01'; $this->requires = array( 'MantisCore' => '1.2.0', ); $this->author = 'Carlos Proensa'; $this->contact = ''; @@ -33,14 +33,21 @@ function reportBugFormTop ( $p_event, $p_project_id){ $user_id= auth_get_current_user_id(); $access_level= user_get_access_level( $user_id, $p_project_id ); if ($access_level >plugin_config_get( 'reporter_select_threshold' )) { - echo '