git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13113
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$id = $contact['NickName'] .'_'. $current_backend;
?>
<tr class=<?php echo '"'.($count%2 ? 'even' : 'odd').'"'; ?>>
- <td class="abookField" style="width:1%"><?php echo ($source['BackendWritable'] ? '<input type="checkbox" name="sel[]" value="'.$id.'" id="'.$id.'" />' : ''); ?></td>
+ <td class="abookField" style="width:1%"><?php echo ($source['BackendWritable'] ? '<input type="checkbox" name="sel[' . $count . ']" value="'.$id.'" id="'.$id.'" />' : ''); ?></td>
<td class="abookField" style="width:15%"><label for=<?php echo '"'.$id.'"'; ?>><?php echo $contact['NickName']; ?></label></td>
<td class="abookField"><?php echo $contact['FullName']; ?></td>
<td class="abookField"><?php echo composeLink($contact); ?></td>
}
?>
</table>
-</div>
\ No newline at end of file
+</div>