summaryrefslogtreecommitdiff
path: root/beta_old1/app/popcommentaire.php
diff options
context:
space:
mode:
Diffstat (limited to 'beta_old1/app/popcommentaire.php')
-rw-r--r--beta_old1/app/popcommentaire.php2
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)
{