forked from extern/egroupware
18 lines
1001 B
PHP
18 lines
1001 B
PHP
<?php
|
|
/**************************************************************************\
|
|
* eGroupWare - InfoLog Links *
|
|
* http://www.egroupware.org *
|
|
* 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$ */
|
|
|
|
// 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');
|