From: Jan Schneider Date: Tue, 26 May 2009 12:21:16 +0000 (+0200) Subject: Enable ajax view by default. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7b9ed2375046b82ce6553d144bae27a02fa5e2aa;p=horde.git Enable ajax view by default. --- 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',