[Fusionforge-commits] r8268 - in trunk/gforge/www: . forum

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Oct 13 19:02:14 CEST 2009


Author: aljeux
Date: 2009-10-13 19:02:14 +0200 (Tue, 13 Oct 2009)
New Revision: 8268

Modified:
   trunk/gforge/www/forum/attachment.php
   trunk/gforge/www/sendmessage.php
Log:
Minor changes

Modified: trunk/gforge/www/forum/attachment.php
===================================================================
--- trunk/gforge/www/forum/attachment.php	2009-10-13 17:02:07 UTC (rev 8267)
+++ trunk/gforge/www/forum/attachment.php	2009-10-13 17:02:14 UTC (rev 8268)
@@ -77,7 +77,7 @@
 $f=new Forum($g,$forum_id);
 if (!$f || !is_object($f)) {
 	exit_error(_('Error'),_('Error getting Forum'));
-}	elseif ($f->isError()) {
+} elseif ($f->isError()) {
 	exit_error(_('Error'),$f->getErrorMessage());
 }
 

Modified: trunk/gforge/www/sendmessage.php
===================================================================
--- trunk/gforge/www/sendmessage.php	2009-10-13 17:02:07 UTC (rev 8267)
+++ trunk/gforge/www/sendmessage.php	2009-10-13 17:02:14 UTC (rev 8268)
@@ -135,7 +135,7 @@
 <input type="text" name="email" size="40" maxlength="255" value="<?php echo $email ?>" />
 <p />
 <strong><?php echo _('Subject').utils_requiredField() ?> :</strong><br />
-<input type="text" name="subject" size="60" maxlength="255" value="" />
+<input type="text" name="subject" size="60" maxlength="255" value="<?php echo $subject; ?>" />
 <p />
 <strong><?php echo _('Message').utils_requiredField() ?> :</strong><br />
 <textarea name="body" rows="15" cols="60"></textarea>




More information about the Fusionforge-commits mailing list