[Fusionforge-commits] FusionForge branch master updated. 776effc8173103fad1aace9548a49fc823be440b

Marc-Etienne VARGENAU vargenau at fusionforge.org
Sun Feb 2 18:58:53 CET 2014


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  776effc8173103fad1aace9548a49fc823be440b (commit)
      from  cdea4631ce30b54d3e95469deca98dd9900ac380 (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 -----------------------------------------------------------------
commit 776effc8173103fad1aace9548a49fc823be440b
Author: vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Sun Feb 2 19:00:58 2014 +0100

    Update PHP Doc

diff --git a/src/common/forum/ForumMessage.class.php b/src/common/forum/ForumMessage.class.php
index 5f502cf..159a93b 100644
--- a/src/common/forum/ForumMessage.class.php
+++ b/src/common/forum/ForumMessage.class.php
@@ -610,7 +610,8 @@ class ForumMessage extends Error {
 	/**
 	 *	removebbcode - workaround to remove bbcode tags.
 	 *
-	 *	@return string	converted text
+     * @param string $text
+	 * @return string	converted text
 	 */
 	function removebbcode($text) {
 		//$replaced =  preg_replace("/\[[_a-zA-Z]:.+\](.+)\[\/[_a-zA-Z]:.*\]/","$1",$text);

-----------------------------------------------------------------------

Summary of changes:
 src/common/forum/ForumMessage.class.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list