moved to the api before 1.2, removing now the compatibility class

This commit is contained in:
Ralf Becker 2006-09-20 04:48:59 +00:00
parent 19f8e62d10
commit c49f73a400

View File

@ -83,7 +83,7 @@
{
if (!is_object($GLOBALS['egw']->link))
{
$GLOBALS['egw']->link =& CreateObject('infolog.bolink');
$GLOBALS['egw']->link =& CreateObject('phpgwapi.bolink');
}
$this->link =& $GLOBALS['egw']->link;
}