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/include/ludo/mail_textarea.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/include/ludo/mail_textarea.php')
-rw-r--r-- | beta_old1/app/include/ludo/mail_textarea.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beta_old1/app/include/ludo/mail_textarea.php b/beta_old1/app/include/ludo/mail_textarea.php index cf4b6d7..87f4965 100644 --- a/beta_old1/app/include/ludo/mail_textarea.php +++ b/beta_old1/app/include/ludo/mail_textarea.php @@ -24,7 +24,7 @@ if ( isset($_GET['model']) ) { $model=$_GET['model']; } else { $model='empty'; } if (isset( $_GET['idR']) ) { $idR=addslashes($_GET['idR']); - $result = mysql_query("SELECT objetR, ordreJourR, lieuR, remarquesR FROM Reunion WHERE idR='$idR'"); + $result = mysql_query("SELECT objetR, ordreJourR, lieuR, remarquesR FROM AWOR_Reunion WHERE idR='$idR'"); if (mysql_num_rows($result)===1) { list($objetR, $ordreJourR, $lieuR, $remarquesR) = mysql_fetch_array($result); |