[imp] contacts disapeared after update

Bartosz Aninowski bart@sonik.pl
Thu, 14 Jun 2001 01:22:06 +0200


> // This is an array of applications (using the names defined in
> // horde/config/registry.php) to include links to in the menubar. An
> // example providing a link to Turba (an addressbook program) would
> // be: $conf['menu']['apps'] = array('turba');
> $conf['menu']['apps'] = array('turba');


// This is an array of applications (using the names defined in
// horde/config/registry.php) to include links to in the menubar. An
// example providing a link to Turba (an addressbook program) would
// be: $conf['menu']['apps'] = array('turba');
$conf['menu']['apps'] = array();
$conf['menu']['apps'] = array('turba');

nothing changed