diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:29:21 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-06-30 11:29:21 +0200 |
commit | 4f0df31cc153855d099e4c06228a6cf1bf51eeca (patch) | |
tree | 0c93c6b44d7b7025935d822d4209172ef0eef2b8 /beta_old1/app/popcommentaire.php | |
parent | 19cdd5e2fde57d53f05570cd50f5ffd223182566 (diff) | |
download | 2007-AWOR-4f0df31cc153855d099e4c06228a6cf1bf51eeca.tar.gz 2007-AWOR-4f0df31cc153855d099e4c06228a6cf1bf51eeca.tar.bz2 2007-AWOR-4f0df31cc153855d099e4c06228a6cf1bf51eeca.zip |
Version beta_old1 (sans la doc) 2007-02-22+15:00 - 2007-03-11+16:41:00
Diffstat (limited to 'beta_old1/app/popcommentaire.php')
-rw-r--r-- | beta_old1/app/popcommentaire.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beta_old1/app/popcommentaire.php b/beta_old1/app/popcommentaire.php index b585067..cb6489f 100644 --- a/beta_old1/app/popcommentaire.php +++ b/beta_old1/app/popcommentaire.php @@ -4,7 +4,7 @@ <form id="formcommentaire" method="get" action=""> <textarea name="txtCommentaire" rows="4" cols="40"> <?php - $requete = "SELECT commentaireReponse FROM Repondre WHERE idP=".$_GET['idP']." AND idR=".$_GET['idR'].""; + $requete = "SELECT commentaireReponse FROM AWOR_Repondre WHERE idP=".$_GET['idP']." AND idR=".$_GET['idR'].""; $result = mysql_query($requete); if($result && mysql_num_rows($result) > 0) { |