[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - InfoLog * 4 * http://www.egroupware.org * 5 * Written by Ralf Becker <RalfBecker@outdoor-training.de> * 6 * originaly based on todo written by Joseph Engo <jengo@phpgroupware.org> * 7 * -------------------------------------------- * 8 * This program is free software; you can redistribute it and/or modify it * 9 * under the terms of the GNU General Public License as published by the * 10 * Free Software Foundation; either version 2 of the License, or (at your * 11 * option) any later version. * 12 \**************************************************************************/ 13 14 /* $Id: class.infolog_link_registry.inc.php 19761 2005-11-12 13:25:59Z ralfbecker $ */ 15 16 include_once (EGW_INCLUDE_ROOT.'/infolog/inc/class.boinfolog.inc.php'); 17 18 /** 19 * This class returns the link-registry for infolog 20 * 21 * To prevent an invinit recursion, it has to be outside the boinfolog class, 22 * which itself instanciats the link class by default. 23 * 24 * @package infolog 25 * @author Ralf Becker <RalfBecker@outdoor-training.de> 26 * @copyright (c) by RalfBecker-At-outdoor-training.de 27 * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License 28 */ 29 class infolog_link_registry 30 { 31 function search_link($location) 32 { 33 $bo =& new boinfolog(0,false); // false = dont instanciate the link class 34 35 return $bo->search_link($location); 36 } 37 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |