Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1026 → Rev 1027

/trunk/papyrus/applettes/moteur_recherche/moteur_recherche.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: moteur_recherche.php,v 1.13 2006-10-10 12:02:30 jp_milcent Exp $
// CVS : $Id: moteur_recherche.php,v 1.14 2006-10-10 13:28:14 jp_milcent Exp $
/**
* Applette : moteur de recherche
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.13 $ $Date: 2006-10-10 12:02:30 $
*@version $Revision: 1.14 $ $Date: 2006-10-10 13:28:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
113,7 → 113,6
$GLOBALS['_MOTEUR_RECHERCHE_']['bd']['papyrus'] =& $_GEN_commun['pear_db'];// Connexion à la BD de Papyrus
$code_site = $_GEN_commun['url_site'];// identifiant du site courant.
$url = $_GEN_commun['url'];
$url_base = PAP_URL;
$url_id_type_site = GEN_URL_ID_TYPE_SITE;
$indent_origine = 12;// Indentation de départ en nombre d'espace
$indent_pas = 4;// Pas d'indentation en nombre d'espace
248,6 → 247,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.13 2006/10/10 12:02:30 jp_milcent
* Suppression d'une bibliothèque Pear qu'il est inutile d'inclure.
* Ajout du chemin vers la bibliotheque Pear de Papyrus.
*
* Revision 1.12 2006/06/16 09:45:10 jp_milcent
* Correction bogue lié à la suppression de l'objet info_menu.
*