set phpgw_info to an empty array at the top

This commit is contained in:
Miles Lott 2001-12-18 02:25:55 +00:00
parent 04342d35ed
commit ea23a8c75c
11 changed files with 13 additions and 1 deletions

View File

@ -17,6 +17,7 @@
// out from under other apps. e.g. if they select to uninstall the api
// this will happen without further warning.
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -11,7 +11,8 @@
/* $Id$ */
$phpgw_info['flags'] = array(
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,
'currentapp' => 'home',

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -16,6 +16,7 @@
// page explaining what to do from there (ie, create there own account)
$DEBUG = False;
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
if (!$included)
{
$GLOBALS['phpgw_info']['flags'] = array(

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
$phpgw_info["flags"] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
$phpgw_info["flags"] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
$phpgw_info["flags"] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -12,6 +12,8 @@
/* $Id$ */
$DEBUG = True;
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,

View File

@ -11,6 +11,7 @@
/* $Id$ */
$phpgw_info = array();
$GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True,
'nonavbar' => True,