Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2761 Rev 2763
Line 15... Line 15...
15
	
15
	
16
	public $table_image = "cel_images";
16
	public $table_image = "cel_images";
Line 17... Line 17...
17
	public $table_obs = "cel_obs";
17
	public $table_obs = "cel_obs";
18
	
-
 
19
	public function getElement($uid) {
-
 
20
		
-
 
21
		$_GET = array(
-
 
22
				'id_utilisateur' => '10229',
-
 
23
				'prenom' => 'Aurélien',
-
 
24
				'nom' => "PERONNET",
-
 
25
				'mail' => 'aurelienperonnet@gmail.com',
-
 
26
				'pass' => 'dfgregf',
-
 
27
				'pays' => 'dfgregf',
-
 
28
				'nouveau_pass' => 'dfgregf',
-
 
Line 29... Line 18...
29
				'nouveau_mail' => trim('aurelien@tela-botanica.org')
18
	
30
		);
19
	public function getElement($uid) {
31
			
20