From bbc49787b4efd62ce5904af572eb336758416140 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Wed, 22 Jan 2003 20:52:09 +0000 Subject: Re-enabled fully dynamic config settings. git-svn-id: file:///svn/phpbb/trunk@3361 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index fc14135b36..e954e28796 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -19,7 +19,7 @@ * ***************************************************************************/ -function set_config($config_name, $config_value, $is_dynamic = TRUE) +function set_config($config_name, $config_value, $is_dynamic = FALSE) { global $db, $cache, $config; -- cgit v1.2.1