From 3e533eb32324a9b59aaed974686b1ccfa52f03e7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 24 Apr 2010 07:17:29 +0000 Subject: [PATCH] - Patch #778950 by aspilicious, jhodgdon, kbahey: fixed politically charged example in system.api.php. --- modules/system/system.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 6faa6afb6a3c..e2dbfdc90ab1 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'; } /** -- GitLab