summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/include/ludo/mail_textarea.php
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:13:09 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:13:09 +0200
commit3fc908d3a1d0f6c9b1fca690561098541a73266e (patch)
treec1f2dd9663a2cba43abd6b59b2612ad214a92c79 /appli_3_alpha_old/app/include/ludo/mail_textarea.php
parent1269889704386de951d7f91eb169eb1e1bb36cc0 (diff)
download2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.tar.gz
2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.tar.bz2
2007-AWOR-3fc908d3a1d0f6c9b1fca690561098541a73266e.zip
Version alpha_old5 2007-02-22+15:00:00 - 2007-03-11+16:30:15
Diffstat (limited to 'appli_3_alpha_old/app/include/ludo/mail_textarea.php')
-rw-r--r--appli_3_alpha_old/app/include/ludo/mail_textarea.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/appli_3_alpha_old/app/include/ludo/mail_textarea.php b/appli_3_alpha_old/app/include/ludo/mail_textarea.php
index 4861e1d..cf4b6d7 100644
--- a/appli_3_alpha_old/app/include/ludo/mail_textarea.php
+++ b/appli_3_alpha_old/app/include/ludo/mail_textarea.php
@@ -8,7 +8,7 @@ include('config.inc.php');
if ( isset($_GET['model']) ) { $model=$_GET['model']; } else { $model='empty'; }
?>
-<textarea name="msgText" cols="80" rows="8">
+<textarea name="msgText" cols="80" rows="15">
<?php
if ( $model != 'empty')
{
@@ -28,7 +28,7 @@ if ( isset($_GET['model']) ) { $model=$_GET['model']; } else { $model='empty'; }
if (mysql_num_rows($result)===1)
{
list($objetR, $ordreJourR, $lieuR, $remarquesR) = mysql_fetch_array($result);
- }
+ }
}
//echo 'DEBUG : ../../templates/' . $CONFIG['MAIL']['TEMPLATES'][$model]['tpl_file'] . "\n";
if (!@include('../../templates/' . $CONFIG['MAIL']['TEMPLATES'][$model]['tpl_file']) )