This causes endless loops, comment out for now.
authorJan Schneider <jan@horde.org>
Fri, 24 Sep 2010 16:20:14 +0000 (18:20 +0200)
committerJan Schneider <jan@horde.org>
Fri, 24 Sep 2010 16:37:02 +0000 (18:37 +0200)
folks/config/prefs.php.dist

index 2e5a22f..edea664 100644 (file)
@@ -100,10 +100,12 @@ $_prefs['log_account_changes'] = array(
 );
 
 $apps = array();
+/*
 foreach ($GLOBALS['registry']->listApps() as $app) {
     $apps[$app] = $GLOBALS['registry']->get('name', $app);
 }
 asort($apps);
+*/
 
 $_prefs['log_scopes'] = array(
     'value' => 'a:0:{}',