Can't set mode for sqlite DBs
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Jan 2011 07:16:19 +0000 (00:16 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 Jan 2011 19:27:24 +0000 (12:27 -0700)
framework/Core/lib/Horde/Config.php

index 9f4f737..5712ce7 100644 (file)
@@ -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
                     )
                 )