NNTP needs to be a phpgwapi config also, for now

This commit is contained in:
Miles Lott 2001-12-21 03:30:16 +00:00
parent 6c48ea83d0
commit 720c77fae9

View File

@ -12,6 +12,7 @@
/* $Id$ */
$GLOBALS['phpgw_info'] = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,
@ -30,6 +31,7 @@
case 'addressbook':
case 'calendar':
case 'email':
case 'nntp':
/*
Other special apps can go here for now, e.g.:
case 'bogusappname':