[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1458-g6b0d786

Franck Villaume nerville at libremir.placard.fr.eu.org
Sat Feb 18 06:14:55 CET 2017


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  6b0d7868f8b2d05e26c0c471fc5dc44109427ab7 (commit)
      from  581ed4d0d749336fafee11798c4ba86bb0182a13 (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=6b0d7868f8b2d05e26c0c471fc5dc44109427ab7

commit 6b0d7868f8b2d05e26c0c471fc5dc44109427ab7
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Feb 18 06:13:57 2017 +0100

    fix php doc

diff --git a/src/common/tracker/ArtifactType.class.php b/src/common/tracker/ArtifactType.class.php
index 4954ced..4e4b790 100644
--- a/src/common/tracker/ArtifactType.class.php
+++ b/src/common/tracker/ArtifactType.class.php
@@ -411,7 +411,7 @@ class ArtifactType extends FFError {
 	}
 
 	/**
-	 * getReturnEmailAddress() - return the return email address for notification emails
+	 * getReturnEmailAddress - return the return email address for notification emails
 	 *
 	 * @return	string	return email address
 	 */
@@ -1401,7 +1401,7 @@ class ArtifactType extends FFError {
 	}
 
 	/**
-	 * getBrowseList - get the free-form string strings.
+	 * getBrowseList - get the list of columns in browse page.
 	 *
 	 * @return	string	instructions.
 	 */
@@ -1422,14 +1422,14 @@ class ArtifactType extends FFError {
 	}
 
 	/**
-	 * setCustomStatusField - set the extra_field_id of the field containing the custom status.
+	 * setBrowseList - set the list of columns in browse page.
 	 *
-	 * @param	int	$list	The extra field id.
+	 * @param	string	$list	string comma separated of ids of custom field and names of internal fields.
 	 * @return	boolean	success.
 	 */
 	function setBrowseList($list) {
 		$res = db_query_params('UPDATE artifact_group_list
-		    SET browse_list=$1
+			SET browse_list=$1
 			WHERE group_artifact_id=$2',
 			array($list,
 				$this->getID()));

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

Summary of changes:
 src/common/tracker/ArtifactType.class.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list