From a609c6304e6a6267590995f5ad5a8f52d999e27b Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 12 Apr 2010 12:45:12 -0600 Subject: [PATCH] Clean up chora prefs file --- chora/config/prefs.php.dist | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/chora/config/prefs.php.dist b/chora/config/prefs.php.dist index af5f998e6..6e937934e 100644 --- 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 ); -- 2.11.0