From 19f8e62d109d90d8f2991418358ce575c821b8b8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 20 Sep 2006 04:47:35 +0000 Subject: [PATCH] moved to the api before 1.2, removing now the compatibility class --- infolog/inc/class.bolink.inc.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 infolog/inc/class.bolink.inc.php diff --git a/infolog/inc/class.bolink.inc.php b/infolog/inc/class.bolink.inc.php deleted file mode 100644 index c60affbe99..0000000000 --- a/infolog/inc/class.bolink.inc.php +++ /dev/null @@ -1,17 +0,0 @@ - * - * -------------------------------------------- * - * 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');