Added simple version management and added massive updates to the addressbook that were submited by neotexan, so that things will interact with his application better

This commit is contained in:
seek3r
2000-10-04 17:49:36 +00:00
parent 930e6e1d83
commit d08ca90692
13 changed files with 274 additions and 69 deletions

View File

@ -37,6 +37,8 @@
/**************************************************************************\
* Do not edit these lines *
\**************************************************************************/
include($phpgw_info["server"]["server_root"]."/version.inc.php");
$phpgw_info["server"]["header_version"] = "1.1";
if (!$phpgw_info["flags"]["noapi"] == True){
include($phpgw_info["server"]["include_root"] . "/phpgwapi/phpgw.inc.php");
}