projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65940b6
)
Clean up chora prefs file
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 12 Apr 2010 18:45:12 +0000
(12:45 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 12 Apr 2010 18:45:12 +0000
(12:45 -0600)
chora/config/prefs.php.dist
patch
|
blob
|
history
diff --git
a/chora/config/prefs.php.dist
b/chora/config/prefs.php.dist
index
af5f998
..
6e93793
100644
(file)
--- a/
chora/config/prefs.php.dist
+++ b/
chora/config/prefs.php.dist
@@
-7,16
+7,10
@@
// last browse file/directory
$_prefs['last_file'] = array(
- 'value' => 0,
- 'locked' => false,
- 'shared' => false,
- 'type' => 'implicit'
+ 'value' => 0
);
// last sourceroot used
$_prefs['last_sourceroot'] = array(
- 'value' => 0,
- 'locked' => false,
- 'shared' => false,
- 'type' => 'implicit'
+ 'value' => 0
);