From: Michael M Slusarz Date: Tue, 4 Jan 2011 07:16:19 +0000 (-0700) Subject: Can't set mode for sqlite DBs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=82d2977dd62bde16f1d44d145334ed1bce2633a8;p=horde.git Can't set mode for sqlite DBs --- 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 ) )