[nag] Menu.inc - Undefined Index: import_export

Rodolfo Segleau segleaur@mechanus.org
Sun, 11 Aug 2002 11:27:27 -0500


Hey Guys, 

FYI with the current CVS code:

Notice: Undefined index: import_export in /horde/nag/templates/menu/menu.inc on 
line 18

I went into the code, and this is what's there:
/* Import/Export */
if ($conf['menu']['import_export']) {
    Menu::printItem(Horde::url('data.php'), _("Import/Export"), 'data.gif', 
$registry->getParam('graphics', 'horde'));
}

Cheers, 

Rodolfo