converted from phpgw_flags to phpgw_info[flags]

This commit is contained in:
seek3r
2000-09-05 18:36:13 +00:00
parent 9bf636591b
commit 081ad0be4b
49 changed files with 88 additions and 88 deletions

View File

@ -21,7 +21,7 @@
$phpgw_info["server"]["include_root"] = "/path/to/phpgroupware/inc";
/* This is the basic include needed on each page for phpGroupWare application compliance */
$phpgw_flags["htmlcompliant"] = True;
$phpgw_info["flags"]["htmlcompliant"] = True;
/**************************************************************************\
* Do not edit this line *