Commit: f3c4b476e7c784542e2c80c7bca08d048fe7dbf8 Author: Hannes Magnusson <[email protected]> Wed, 22 Jan 2014 21:52:00 -0800 Parents: 4d50f54e0e3027ae07fec2254528471c455622c4 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f3c4b476e7c784542e2c80c7bca08d048fe7dbf8 Log: Add Serbia as SRB as per updates to ISO 3166 Changed paths: M include/countries.inc Diff: diff --git a/include/countries.inc b/include/countries.inc index d2c20da..4fc23fb 100644 --- a/include/countries.inc +++ b/include/countries.inc @@ -181,6 +181,7 @@ $COUNTRIES = array( 'STP' => 'Sao Tome and Principe', 'SAU' => 'Saudi Arabia', 'SEN' => 'Senegal', +'SRB' => 'Serbia', 'YUG' => 'Serbia and Montenegro', 'SYC' => 'Seychelles', 'SLE' => 'Sierra Leone', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
