Menu

#2847 Country name instead of Chapman code

v4.2.3
closed-rejected
None
5
2022-02-25
2011-01-17
cam
No

It is not really a bug, more a suggestion:
Would it make sense to use the country name instead of the Chapman code when defining a location?

./includes/functions/functions_places.php 6775
line 340: print "<option value=\"".$alpha3."\">".$txt."</option>\n";
replace by: print "<option value=\"".$country."\">".$txt."</option>\n";

Thanks

Discussion

  • Gerry Kroll

    Gerry Kroll - 2022-02-25
    • assigned_to: Gerry Kroll
     
  • Gerry Kroll

    Gerry Kroll - 2022-02-25
    • status: open --> closed-rejected
     
  • Gerry Kroll

    Gerry Kroll - 2022-02-25

    When the Chapman code is used in place of the actual textual representation of the country name, PhpGedView can display the correct country name according to the currently active language.

     

Log in to post a comment.