--- mantis_orig_1.2.6/manage_tags_page.php	Tue Jul 26 08:49:12 2011
+++ mantis_patched_1.2.6/manage_tags_page.php	Thu Jul 28 14:10:28 2011
@@ -147,7 +147,7 @@
 		<td width="20%"><?php echo lang_get( 'tag_updated' ) ?></td>
 	</tr>
 <?php
-foreach ( $t_result as $t_tag_row ) {
+while ( $t_tag_row = db_fetch_array( $t_result ) ) {
 	$t_tag_name = string_display_line( $t_tag_row['name'] );
 	$t_tag_description = string_display( $t_tag_row['description'] );
 ?>
