Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 284 | Rev 310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 284 Rev 289
Line 198... Line 198...
198
			'WHERE oo_ce_participant != '.$this->config['appli']['id_participant_demo'].' '.
198
			'WHERE oo_ce_participant != '.$this->config['appli']['id_participant_demo'].' '.
199
			'AND oo_ce_participant != '.$this->config['appli']['id_participant_admin'].' '.
199
			'AND oo_ce_participant != '.$this->config['appli']['id_participant_admin'].' '.
200
			'AND DAY(oo_date) != "00" '.
200
			'AND DAY(oo_date) != "00" '.
201
			'ORDER BY oo_date_modification DESC '.
201
			'ORDER BY oo_date_modification DESC '.
202
			"LIMIT $this->start,$this->limit ";
202
			"LIMIT $this->start,$this->limit ";
203
		
203
 
204
		$elements = $this->executerRequete($requete);
204
		$elements = $this->executerRequete($requete);
Line 205... Line 205...
205
		
205
		
206
		// Création du contenu
206
		// Création du contenu
207
		$contenu = $this->executerService($elements);
207
		$contenu = $this->executerService($elements);
Line 352... Line 352...
352
	}
352
	}
Line 353... Line 353...
353
	
353
	
Line 354... Line 354...
354
	private function creerAuteur($element) {
354
	private function creerAuteur($element) {
355
		
355
		
356
		//TODO externaliser les champs dans le fichier de config
356
		//TODO externaliser les champs dans le fichier de config
Line 357... Line 357...
357
		$requete_selection_auteur = 'SELECT * FROM ods_redesign.drupal_users '.
357
		$requete_selection_auteur = 'SELECT * FROM drupal_users '.
Line 358... Line 358...
358
		'WHERE uid = '.$this->proteger($element);
358
		'WHERE uid = '.$this->proteger($element);