Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Update address_book_details.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gburton committed Jan 19, 2016
1 parent e4fc4d1 commit 49305b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/modules/address_book_details.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<label for="inputCountry" class="control-label col-sm-3"><?php echo ENTRY_COUNTRY; ?></label>
<div class="col-sm-9">
<?php
echo tep_get_country_list('country', (isset($entry['entry_country_id']) ? $entry['entry_country_id'] : STORE_COUNTRY), 0, 'required aria-required="true" aria-describedby="atCountry" id="inputCountry"');
echo tep_get_country_list('country', (isset($entry['entry_country_id']) ? $entry['entry_country_id'] : 0), 'required aria-required="true" aria-describedby="atCountry" id="inputCountry"');
echo FORM_REQUIRED_INPUT;
if (tep_not_null(ENTRY_COUNTRY_TEXT)) echo '<span id="atCountry" class="help-block">' . ENTRY_COUNTRY_TEXT . '</span>';
?>
Expand Down

0 comments on commit 49305b0

Please sign in to comment.