diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-22 14:19:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-22 14:19:25 +0000 |
commit | cf7cb6b65caae39a2491db8732148d717a21db1f (patch) | |
tree | 1ef2683e5dc13866072c73e135cbaeb8cbfa2176 /includes | |
parent | ddddbb89a66f03c1abb22d038d6f5176299c6f46 (diff) | |
download | brdo-cf7cb6b65caae39a2491db8732148d717a21db1f.tar.gz brdo-cf7cb6b65caae39a2491db8732148d717a21db1f.tar.bz2 |
- Patch #635094 by plach: switching from zxx to und as it is semantically more correct.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0b552e9e5..2cefd27cd 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -181,9 +181,9 @@ define('DRUPAL_KILOBYTE', 1024); /** * The language code used when no language is explicitly assigned. * - * Defined by ISO639-2 for "No linguistic content / Not applicable". + * Defined by ISO639-2 for "Undetermined". */ -define('LANGUAGE_NONE', 'zxx'); +define('LANGUAGE_NONE', 'und'); /** * The type of language used to define the content language. |