This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 5b8538d046fc23a103b4040a655acb76030c30ca (commit)
from f0daea5ad10476a3a4426b8d7cda0fbe2e7c0a29 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5b8538d046fc23a103b4040a655acb76030c30ca
commit 5b8538d046fc23a103b4040a655acb76030c30ca
Author: Franck Villaume <[email protected]>
Date: Tue Aug 17 12:07:56 2021 +0200
clean-up: remove useless parenthesis
diff --git a/src/common/forum/ForumHTML.class.php
b/src/common/forum/ForumHTML.class.php
index fcdb468..8a71cbd 100644
--- a/src/common/forum/ForumHTML.class.php
+++ b/src/common/forum/ForumHTML.class.php
@@ -630,7 +630,7 @@ class ForumHTML extends FFError {
}
?> <br />
<input type="submit" name="submit"
- value="<?php echo _('Post Comment'); echo
((!session_loggedin())?' '._('Anonymously'):''); ?>" />
+ value="<?php echo _('Post Comment'); echo
(!session_loggedin()) ? ' '._('Anonymously') : ''; ?>" />
<?php if (session_loggedin()) {
echo ' <input type="checkbox"
value="1" name="monitor" /> '._('Receive comments via email').'.';
} ?>
-----------------------------------------------------------------------
Summary of changes:
src/common/forum/ForumHTML.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits