Api.inc related warnings

mdsupport wrote on Sunday, August 18, 2013:

library/api.inc appears to be an include file but also includes relative path include of globals.php resulting in several PHP warnings at run time. If there is absolute need for globals in this file, it needs to use path relative it’s own directory.

The code works purely because all calling programs already include globals.