File "html_042ddb6b6c7d89aba8d345da929ae695.php"
Full path: /home/argothem/www/cache/skel/html_042ddb6b6c7d89aba8d345da929ae695.php
File size: 2.35 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Squelette : ../plugins-dist/forum/modeles/auteur_nom.html
* Date : Fri, 07 Jul 2023 11:03:26 GMT
* Compile : Sat, 24 Feb 2024 13:17:31 GMT
* Boucles : _auteur
*/
function BOUCLE_auteurhtml_042ddb6b6c7d89aba8d345da929ae695(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!isset($command['table'])) {
$command['table'] = 'auteurs';
$command['id'] = '_auteur';
$command['from'] = array('auteurs' => 'spip_auteurs');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("auteurs.nom");
$command['orderby'] = array();
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
quete_condition_statut('auteurs.statut','!5poubelle','!5poubelle',''),
array('=', 'auteurs.id_auteur', sql_quote(($Pile[0]['id_auteur'] ?? null), '','bigint(21) NOT NULL AUTO_INCREMENT')));
if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
$t0 = "";
// REQUETE
$iter = Spip\Compilateur\Iterateur\Factory::create(
"SQL",
$command,
array('../plugins-dist/forum/modeles/auteur_nom.html','html_042ddb6b6c7d89aba8d345da929ae695','_auteur',1,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$t0 .= interdire_scripts(couper(safehtml(supprimer_numero(typo($Pile[$SP]['nom'], "TYPO", $connect, $Pile[0]))),'80'));
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_auteur @ ../plugins-dist/forum/modeles/auteur_nom.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
//
// Fonction principale du squelette ../plugins-dist/forum/modeles/auteur_nom.html
// Temps de compilation total: 0.164 ms
//
function html_042ddb6b6c7d89aba8d345da929ae695($Cache, $Pile, $doublons = array(), $Numrows = array(), $SP = 0) {
if (isset($Pile[0]["doublons"]) AND is_array($Pile[0]["doublons"]))
$doublons = nettoyer_env_doublons($Pile[0]["doublons"]);
$connect = '';
$page = BOUCLE_auteurhtml_042ddb6b6c7d89aba8d345da929ae695($Cache, $Pile, $doublons, $Numrows, $SP);
return analyse_resultat_skel('html_042ddb6b6c7d89aba8d345da929ae695', $Cache, $page, '../plugins-dist/forum/modeles/auteur_nom.html');
}