Enable ajax view by default.
authorJan Schneider <jan@horde.org>
Tue, 26 May 2009 12:21:16 +0000 (14:21 +0200)
committerJan Schneider <jan@horde.org>
Tue, 26 May 2009 12:21:16 +0000 (14:21 +0200)
kronolith/config/prefs.php.dist

index 6f15323..a6ec3ee 100644 (file)
@@ -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',