File "html_496116f316eb20462f1d92dc2234c92d.php"

Full path: /home/argothem/www/SpipFactory-fichiers_de_travail/sauvegarde-depannage-1.9a3.2/1.9/CACHE/skel/html_496116f316eb20462f1d92dc2234c92d.php
File size: 1.53 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/*
 * Squelette : dist/modeles/lesauteurs.html
 * Date :      Wed, 13 Sep 2006 15:34:36 GMT
 * Compile :   Sun, 08 Mar 2020 16:59:28 GMT (0.00s)
 * Boucles :   _auteurs
 */ 
//
// <BOUCLE auteurs>
//
function BOUCLE_auteurshtml_496116f316eb20462f1d92dc2234c92d(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {

	// REQUETE
	$result = spip_optim_select(
		array("auteurs.id_auteur",
		"auteurs.nom"), # SELECT
		array('L1' => 'spip_auteurs_articles','auteurs' => 'spip_auteurs'), # FROM
		
			array(
			array('=', 'L1.id_article', spip_abstract_quote($Pile[$SP]['id_article'])), 
			array('!=', 'auteurs.statut', '"5poubelle"')), # WHERE
		array(1 => array('auteurs', 'id_auteur')), # WHERE pour jointure
		'', # GROUP
		array('auteurs.nom'), # ORDER
		'', # LIMIT
		'', # sous
		
			array(), # HAVING
		'auteurs', # table
		'_auteurs', # boucle
		''); # serveur
	$t0 = "";
	$SP++;

	// RESULTATS
	while ($Pile[$SP] = @spip_abstract_fetch($result,"")) {

		$t1 = ('
<a href="' .
generer_url_auteur($Pile[$SP]['id_auteur']) .
'">' .
interdire_scripts(typo($Pile[$SP]['nom'])) .
'</a>');
		$t0 .= (($t1 && $t0) ? ', ' : '') . $t1;
	}

	@spip_abstract_free($result,'');
	return $t0;
}



//
// Fonction principale du squelette dist/modeles/lesauteurs.html
//
function html_496116f316eb20462f1d92dc2234c92d($Cache, $Pile, $doublons=array(), $Numrows=array(), $SP=0) {
	$page = ('
' .
BOUCLE_auteurshtml_496116f316eb20462f1d92dc2234c92d($Cache, $Pile, $doublons, $Numrows, $SP));

	return analyse_resultat_skel('html_496116f316eb20462f1d92dc2234c92d', $Cache, $page);
}

?>