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 @@
 		<?php echo lang_get( 'platform' ) ?>
 	</td>
 	<td>
-		<?php
-			if ( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
-		?>
 				<select name="platform">
 					<option value=""></option>
 				<?php
 						print_platform_option_list( $f_platform );
 				?>
 				</select>
-		<?php
-			} else {
-				projax_autocomplete( 'platform_get_with_prefix', 'platform', array( 'value' => $f_platform, 'size' => '32', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) );
-			}
-		?>
 	</td>
 </tr>
 
@@ -271,20 +262,12 @@
 		<?php echo lang_get( 'os' ) ?>
 	</td>
 	<td>
-		<?php
-			if ( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
-		?>
 				<select name="os">
 					<option value=""></option>
 				<?php
 						print_os_option_list( $f_os );
 				?>
 				</select>
-		<?php
-			} else {
-				projax_autocomplete( 'os_get_with_prefix', 'os', array( 'value' => $f_os, 'size' => '32', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) );
-			}
-		?>
 	</td>
 </tr>
 
@@ -295,20 +278,12 @@
 		<?php echo lang_get( 'os_version' ) ?>
 	</td>
 	<td>
-		<?php
-			if ( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
-		?>
 				<select name="os_build">
 					<option value=""></option>
 				<?php
 						print_os_build_option_list( $f_os_build );
 				?>
 				</select>
-		<?php
-			} else {
-				projax_autocomplete( 'os_build_get_with_prefix', 'os_build', array( 'value' => $f_os_build, 'size' => '16', 'maxlength' => '16', 'tabindex' => helper_get_tab_index_value() ) );
-			}
-		?>
 	</td>
 </tr>
 
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' );
 ?>
 <?php
 	$f_bug_id = gpc_get_int( 'bug_id' );
@@ -248,20 +247,12 @@
 		<?php echo lang_get( 'platform' ) ?>
 	</td>
 	<td>
-		<?php
-			if ( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
-		?>
 				<select name="platform">
 					<option value=""></option>
 				<?php
 						print_platform_option_list( $t_bug->platform );
 				?>
 				</select>
-		<?php
-			} else {
-				projax_autocomplete( 'platform_get_with_prefix', 'platform', array( 'value' => $t_bug->platform, 'size' => '16', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) );
-			}
-		?>
 	</td>
 
 </tr>
@@ -300,20 +291,12 @@
 		<?php echo lang_get( 'os' ) ?>
 	</td>
 	<td>
-		<?php
-			if ( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
-		?>
 				<select name="os">
 					<option value=""></option>
 				<?php
 						print_os_option_list( $t_bug->os );
 				?>
 				</select>
-		<?php
-			} else {
-				projax_autocomplete( 'os_get_with_prefix', 'os', array( 'value' => $t_bug->os, 'size' => '16', 'maxlength' => '32', 'tabindex' => helper_get_tab_index_value() ) );
-			}
-		?>
 	</td>
 
 </tr>
@@ -339,20 +322,12 @@
 		<?php echo lang_get( 'os_version' ) ?>
 	</td>
 	<td>
-		<?php
-			if ( config_get( 'allow_freetext_in_profile_fields' ) == OFF ) {
-		?>
 				<select name="os_build">
 					<option value=""></option>
 				<?php
 						print_os_build_option_list( $t_bug->os_build );
 				?>
 				</select>
-		<?php
-			} else {
-				projax_autocomplete( 'os_build_get_with_prefix', 'os_build', array( 'value' => $t_bug->os_build, 'size' => '16', 'maxlength' => '16', 'tabindex' => helper_get_tab_index_value() ) );
-			}
-		?>
 	</td>
 
 </tr>
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
