Skip to content

Commit

Permalink
Not used
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 6, 2014
1 parent 0719eab commit 6dc6241
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions imp/templates/contacts/contacts.html.php
Expand Up @@ -41,9 +41,6 @@
<label for="selected_addresses" class="hidden"><?php echo _("Selected Addresses") ?></label>
<select id="selected_addresses" name="selected_addresses" multiple="multiple" size="10">
<option disabled="disabled">* <?php echo _("Add these by clicking OK") ?> *</option>
<?php foreach (array_map(array($this, 'escape'), $this->sa) as $v): ?>
<?php echo $this->optionTag($v, $v) ?>
<?php endforeach; ?>
</select>
</td>
</tr>
Expand Down

0 comments on commit 6dc6241

Please sign in to comment.