--- template.php9710	2008-11-15 10:24:51.000000000 +0100
+++ template.php	2008-11-15 10:32:27.000000000 +0100
@@ -1242,6 +1242,7 @@
 	$post_owner = ( $current_user->ID == $post->post_author ? 'self' : 'other' );
 	$edit_link = get_edit_post_link( $post->ID );
 	$title = _draft_or_post_title();
+	if ( current_user_can( 'edit_others_posts' ) or $current_user->ID == $post->post_author ) {
 ?>
 	<tr id='post-<?php echo $post->ID; ?>' class='<?php echo trim( $rowclass . ' author-' . $post_owner . ' status-' . $post->post_status ); ?> iedit' valign="top">
 <?php
@@ -1422,6 +1423,7 @@
 ?>
 	</tr>
 <?php
+	} // Current user can edit others posts check
 	$post = $global_post;
 }
 
