From 4f0df31cc153855d099e4c06228a6cf1bf51eeca Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 11:29:21 +0200 Subject: Version beta_old1 (sans la doc) 2007-02-22+15:00 - 2007-03-11+16:41:00 --- beta_old1/app/profil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beta_old1/app/profil.php') diff --git a/beta_old1/app/profil.php b/beta_old1/app/profil.php index 6277d50..289b7f1 100644 --- a/beta_old1/app/profil.php +++ b/beta_old1/app/profil.php @@ -31,7 +31,7 @@ else { $nom = $_SESSION['session_loginP']; } -$resultat = mysql_query("SELECT * FROM Personne WHERE idP = '".$_SESSION['session_idP']."'"); +$resultat = mysql_query("SELECT * FROM AWOR_Personne WHERE idP = '".$_SESSION['session_idP']."'"); if($resultat != false) { $p = mysql_fetch_array($resultat); -- cgit v1.2.3