summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-24 07:17:29 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-24 07:17:29 +0000
commit3e533eb32324a9b59aaed974686b1ccfa52f03e7 (patch)
tree2d9d597953af7abb0f7eaeb328ac78cb1594a6a9 /modules
parentcf76edd3df98049ce1d1309fb03f88188b04c3c7 (diff)
downloadbrdo-3e533eb32324a9b59aaed974686b1ccfa52f03e7.tar.gz
brdo-3e533eb32324a9b59aaed974686b1ccfa52f03e7.tar.bz2
- Patch #778950 by aspilicious, jhodgdon, kbahey: fixed politically charged example in system.api.php.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 6faa6afb6..e2dbfdc90 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -3283,8 +3283,8 @@ function hook_token_info_alter(&$data) {
* @see _country_get_predefined_list()
*/
function hook_countries_alter(&$countries) {
- // Quebec has seceded from Canada. Add to country list.
- $countries['QC'] = 'Quebec';
+ // Elbonia is now independent, so add it to the country list.
+ $countries['EB'] = 'Elbonia';
}
/**