Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1131 → Rev 1132

/trunk/papyrus/bibliotheque/fonctions/pap_site.fonct.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_site.fonct.php,v 1.6 2006-12-08 18:48:43 jp_milcent Exp $
// CVS : $Id: pap_site.fonct.php,v 1.7 2006-12-08 20:15:21 jp_milcent Exp $
/**
* Bibliothèque de fonctions concernant les sites.
*
38,7 → 38,7
//Autres auteurs :
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.6 $ $Date: 2006-12-08 18:48:43 $
*@version $Revision: 1.7 $ $Date: 2006-12-08 20:15:21 $
// +------------------------------------------------------------------------------------------------------+
*/
 
162,7 → 162,7
function GEN_lireInfoSiteI18nCodeAlpha(&$objet_pear_db, $code_alpha, $i18n, $mode = DB_FETCHMODE_OBJECT)
{
$requete = 'SELECT * '.
'FROM gen_site, gen_site_relation '.
'FROM gen_site '.
'WHERE gs_code_alpha = "'.$code_alpha.'" '.
'AND gs_ce_i18n = "'.$i18n.'" ';
275,6 → 275,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.6 2006/12/08 18:48:43 jp_milcent
* Amélioration du mode de reception des données pour GEN_lireInfoSiteI18nCodeAlpha().
*
* Revision 1.5 2006/10/11 18:04:11 jp_milcent
* Gestion avancée de la réecriture d'URL.
*