From cf7cb6b65caae39a2491db8732148d717a21db1f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Dec 2009 14:19:25 +0000 Subject: - Patch #635094 by plach: switching from zxx to und as it is semantically more correct. --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') 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. -- cgit v1.2.3