projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbe9da
)
Can't set mode for sqlite DBs
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Jan 2011 07:16:19 +0000
(
00:16
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 4 Jan 2011 19:27:24 +0000
(12:27 -0700)
framework/Core/lib/Horde/Config.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde/Config.php
b/framework/Core/lib/Horde/Config.php
index
9f4f737
..
5712ce7
100644
(file)
--- 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
)
)