From 82d2977dd62bde16f1d44d145334ed1bce2633a8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 Jan 2011 00:16:19 -0700 Subject: [PATCH] Can't set mode for sqlite DBs --- framework/Core/lib/Horde/Config.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/framework/Core/lib/Horde/Config.php b/framework/Core/lib/Horde/Config.php index 9f4f737b5..5712ce7b5 100644 --- a/framework/Core/lib/Horde/Config.php +++ b/framework/Core/lib/Horde/Config.php @@ -1200,11 +1200,6 @@ class Horde_Config 'desc' => 'Absolute path to the database file', 'default' => $this->_default($ctx . '|database', '') ), - 'mode' => array( - '_type' => 'text', - 'desc' => 'The mode to open the file with', - 'default' => $this->_default($ctx . '|mode', '0644') - ), 'charset' => $charset ) ) -- 2.11.0