From 7b9ed2375046b82ce6553d144bae27a02fa5e2aa Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 26 May 2009 14:21:16 +0200 Subject: [PATCH] Enable ajax view by default. --- kronolith/config/prefs.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/config/prefs.php.dist b/kronolith/config/prefs.php.dist index 6f15323a7..a6ec3ee36 100644 --- a/kronolith/config/prefs.php.dist +++ b/kronolith/config/prefs.php.dist @@ -80,7 +80,7 @@ if ($GLOBALS['registry']->hasMethod('contacts/sources')) { // show dynamic view? $_prefs['dynamic_view'] = array( - 'value' => 0, + 'value' => 1, 'locked' => false, 'shared' => false, 'type' => 'checkbox', -- 2.11.0