Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 2545 → Rev 2414

/trunk/scripts/modules/generation_images/GenerationImages.php
59,10 → 59,9
}
 
private function genererMiniaturesEnAttente() {
$requete = 'SELECT id_image '.
'FROM cel_images '.
'WHERE date_creation >= DATE_SUB(NOW(), INTERVAL 15 MINUTE)';
$images_attente = $this->bdd->recupererTous($requete);
$req = "SELECT id_image FROM cel_images WHERE ".
"date_creation >= DATE_SUB(NOW(), INTERVAL 15 MINUTE)";
$images_attente = $this->bdd->recupererTous($req);
 
if (!empty($images_attente)) {
// iterer sur config pour formats