File "html_af31c73270cbe5797e86128e15b0b6f9.php"
Full path: /home/argothem/www/cache/skel/html_af31c73270cbe5797e86128e15b0b6f9.php
File size: 2.76 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Squelette : ../plugins/auto/mailsubscribers/v3.5.0/prive/squelettes/inclure/auteur-subscription.html
* Date : Tue, 28 Nov 2023 16:20:34 GMT
* Compile : Sat, 24 Feb 2024 13:17:48 GMT
* Boucles : _aut
*/
function BOUCLE_authtml_af31c73270cbe5797e86128e15b0b6f9(&$Cache, &$Pile, &$doublons, &$Numrows, $SP) {
static $command = array();
static $connect;
$command['connect'] = $connect = '';
if (!isset($command['table'])) {
$command['table'] = 'auteurs';
$command['id'] = '_aut';
$command['from'] = array('auteurs' => 'spip_auteurs');
$command['type'] = array();
$command['groupby'] = array();
$command['select'] = array("auteurs.email");
$command['orderby'] = array();
$command['join'] = array();
$command['limit'] = '';
$command['having'] =
array();
}
$command['where'] =
array(
array('=', 'auteurs.id_auteur', sql_quote(($Pile[0]['id_auteur'] ?? null), '','bigint(21) NOT NULL AUTO_INCREMENT')),
array('REGEXP', 'auteurs.statut', "'.*'"));
if (defined("_BOUCLE_PROFILER")) $timer = time()+(float)microtime();
$t0 = "";
// REQUETE
$iter = Spip\Compilateur\Iterateur\Factory::create(
"SQL",
$command,
array('../plugins/auto/mailsubscribers/v3.5.0/prive/squelettes/inclure/auteur-subscription.html','html_af31c73270cbe5797e86128e15b0b6f9','_aut',1,$GLOBALS['spip_lang'])
);
if (!$iter->err()) {
$SP++;
// RESULTATS
while ($Pile[$SP]=$iter->fetch()) {
$t0 .= (
'
<div class="nettoyeur"></div>
<div class="ajax">
' .
executer_balise_dynamique('FORMULAIRE_EDITER_EMAIL_SUBSCRIPTION',
array(interdire_scripts($Pile[$SP]['email'])),
array('../plugins/auto/mailsubscribers/v3.5.0/prive/squelettes/inclure/auteur-subscription.html','html_af31c73270cbe5797e86128e15b0b6f9','_aut',4,$GLOBALS['spip_lang'])) .
'</div>
');
}
$iter->free();
}
if (defined("_BOUCLE_PROFILER")
AND 1000*($timer = (time()+(float)microtime())-$timer) > _BOUCLE_PROFILER)
spip_log(intval(1000*$timer)."ms BOUCLE_aut @ ../plugins/auto/mailsubscribers/v3.5.0/prive/squelettes/inclure/auteur-subscription.html","profiler"._LOG_AVERTISSEMENT);
return $t0;
}
//
// Fonction principale du squelette ../plugins/auto/mailsubscribers/v3.5.0/prive/squelettes/inclure/auteur-subscription.html
// Temps de compilation total: 3.902 ms
//
function html_af31c73270cbe5797e86128e15b0b6f9($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_authtml_af31c73270cbe5797e86128e15b0b6f9($Cache, $Pile, $doublons, $Numrows, $SP);
return analyse_resultat_skel('html_af31c73270cbe5797e86128e15b0b6f9', $Cache, $page, '../plugins/auto/mailsubscribers/v3.5.0/prive/squelettes/inclure/auteur-subscription.html');
}