Index: C:/Documents and Settings/Ray/My Documents/Projects/mantis/core/html_api.php
===================================================================
--- C:/Documents and Settings/Ray/My Documents/Projects/mantis/core/html_api.php	(revision 1)
+++ C:/Documents and Settings/Ray/My Documents/Projects/mantis/core/html_api.php	(revision 21)
@@ -824,6 +824,9 @@
 			# REOPEN button
 			html_button_bug_reopen( $p_bug_id );
 		}
+		if ($t_status == $t_resolved) {
+			html_button_bug_reopen( $p_bug_id );
+		}
 		PRINT '</td>';
 
 		# CLOSE button
