Index: trunk/extensions/CentralNotice/CentralNotice.db.php |
— | — | @@ -422,9 +422,6 @@ |
423 | 423 | if ( is_callable( array( 'CountryNames', 'getNames' ) ) ) { |
424 | 424 | // Retrieve the list of countries in user's language (via CLDR) |
425 | 425 | $countries = CountryNames::getNames( $code ); |
426 | | - unset( $countries['CU'] ); // Cuba |
427 | | - unset( $countries['IR'] ); // Iran |
428 | | - unset( $countries['SY'] ); // Syria |
429 | 426 | } |
430 | 427 | |
431 | 428 | if ( !$countries ) { |
— | — | @@ -484,7 +481,7 @@ |
485 | 482 | 'CR'=>'Costa Rica', |
486 | 483 | 'CI'=>'Côte d\'Ivoire', |
487 | 484 | 'HR'=>'Croatia', |
488 | | - //'CU'=>'Cuba', |
| 485 | + 'CU'=>'Cuba', |
489 | 486 | 'CY'=>'Cyprus', |
490 | 487 | 'CZ'=>'Czech Republic', |
491 | 488 | 'DK'=>'Denmark', |
— | — | @@ -530,7 +527,7 @@ |
531 | 528 | 'IS'=>'Iceland', |
532 | 529 | 'IN'=>'India', |
533 | 530 | 'ID'=>'Indonesia', |
534 | | - //'IR'=>'Iran', |
| 531 | + 'IR'=>'Iran', |
535 | 532 | 'IQ'=>'Iraq', |
536 | 533 | 'IE'=>'Ireland', |
537 | 534 | 'IL'=>'Israel', |
— | — | @@ -638,7 +635,7 @@ |
639 | 636 | 'SZ'=>'Swaziland', |
640 | 637 | 'SE'=>'Sweden', |
641 | 638 | 'CH'=>'Switzerland', |
642 | | - //'SY'=>'Syrian Arab Republic', |
| 639 | + 'SY'=>'Syrian Arab Republic', |
643 | 640 | 'TW'=>'Taiwan', |
644 | 641 | 'TJ'=>'Tajikistan', |
645 | 642 | 'TZ'=>'Tanzania', |