2002-09-02 10:57:35 +02:00
|
|
|
<?php
|
|
|
|
/**************************************************************************\
|
2004-08-09 13:43:57 +02:00
|
|
|
* eGroupWare - InfoLog Links *
|
|
|
|
* http://www.egroupware.org *
|
2002-09-02 10:57:35 +02:00
|
|
|
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
|
|
|
* -------------------------------------------- *
|
|
|
|
* This program is free software; you can redistribute it and/or modify it *
|
|
|
|
* under the terms of the GNU General Public License as published by the *
|
|
|
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
|
|
|
* option) any later version. *
|
|
|
|
\**************************************************************************/
|
|
|
|
|
|
|
|
/* $Id$ */
|
|
|
|
|
2005-10-01 22:18:41 +02:00
|
|
|
// class has been moved to the API, this file is only for compatibility with existing applications
|
|
|
|
// it should be removed after the 1.2 release
|
|
|
|
include_once(EGW_API_INC . '/class.bolink.inc.php');
|