Common subdirectories: www/admin and /root/mantis.patched/admin diff -u www/bug_report_advanced_page.php /root/mantis.patched/bug_report_advanced_page.php --- www/bug_report_advanced_page.php 2008-04-29 16:23:24.000000000 +0200 +++ /root/mantis.patched/bug_report_advanced_page.php 2008-04-30 16:44:36.591173024 +0200 @@ -31,7 +31,6 @@ require_once( $t_core_path.'file_api.php' ); require_once( $t_core_path.'custom_field_api.php' ); require_once( $t_core_path.'last_visited_api.php' ); - require_once( $t_core_path.'projax_api.php' ); $f_master_bug_id = gpc_get_int( 'm_id', 0 ); @@ -247,20 +246,12 @@ - - $f_platform, 'size' => '32', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) ); - } - ?> @@ -271,20 +262,12 @@ - - $f_os, 'size' => '32', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) ); - } - ?> @@ -295,20 +278,12 @@ - - $f_os_build, 'size' => '16', 'maxlength' => '16', 'tabindex' => helper_get_tab_index_value() ) ); - } - ?> diff -u www/bug_update_advanced_page.php /root/mantis.patched/bug_update_advanced_page.php --- www/bug_update_advanced_page.php 2008-04-29 16:23:24.000000000 +0200 +++ /root/mantis.patched/bug_update_advanced_page.php 2008-04-30 16:44:36.580173313 +0200 @@ -30,7 +30,6 @@ require_once( $t_core_path.'custom_field_api.php' ); require_once( $t_core_path.'date_api.php' ); require_once( $t_core_path.'last_visited_api.php' ); - require_once( $t_core_path.'projax_api.php' ); ?> - - $t_bug->platform, 'size' => '16', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) ); - } - ?> @@ -300,20 +291,12 @@ - - $t_bug->os, 'size' => '16', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) ); - } - ?> @@ -339,20 +322,12 @@ - - $t_bug->os_build, 'size' => '16', 'maxlength' => '16', 'tabindex' => helper_get_tab_index_value() ) ); - } - ?> Common subdirectories: www/core and /root/mantis.patched/core Common subdirectories: www/css and /root/mantis.patched/css Common subdirectories: www/graphs and /root/mantis.patched/graphs Common subdirectories: www/images and /root/mantis.patched/images Common subdirectories: www/javascript and /root/mantis.patched/javascript Common subdirectories: www/lang and /root/mantis.patched/lang