summaryrefslogtreecommitdiff
path: root/appli_3_alpha_old/app/include/ludo/mail_textarea.php
diff options
context:
space:
mode:
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']) )