From bd0940b813b893aaedacf714eb6fbbe9563e4ea0 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Sat, 3 Aug 2013 00:36:05 -0700 Subject: [PATCH] Remove dummy language option to prep for 4.1.2 release --- library/globals.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/globals.inc.php b/library/globals.inc.php index 84f08a042..577ec57bf 100644 --- a/library/globals.inc.php +++ b/library/globals.inc.php @@ -306,7 +306,7 @@ $GLOBALS_METADATA = array( 'allow_debug_language' => array( xl('Allow Debugging Language'), 'bool', // data type - '1', // default = true during development and false for production releases + '0', // default = true during development and false for production releases xl('This will allow selection of the debugging (\'dummy\') language.') ), -- 2.11.4.GIT