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, 6.1 has been updated
       via  5acc24452a5be3847237e341c3142d138fda153d (commit)
      from  0da75e3536ff6fba35e1cdbd72e0b99e4a8822a6 (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=5acc24452a5be3847237e341c3142d138fda153d

commit 5acc24452a5be3847237e341c3142d138fda153d
Author: Franck Villaume <[email protected]>
Date:   Thu Dec 7 22:43:05 2017 +0100

    flag obsolete parameter to be remove in next release

diff --git a/src/common/tracker/ArtifactType.class.php 
b/src/common/tracker/ArtifactType.class.php
index f5b9420..b34a452 100644
--- a/src/common/tracker/ArtifactType.class.php
+++ b/src/common/tracker/ArtifactType.class.php
@@ -211,7 +211,7 @@ class ArtifactType extends FFError {
         * @param       bool    $use_resolution         (1) true (0) false - 
whether the resolution box should be shown. //TODO: unused parameter. to be 
drop!
         * @param       string  $submit_instructions    Free-form string that 
project admins can place on the submit page.
         * @param       string  $browse_instructions    Free-form string that 
project admins can place on the browse page.
-        * @param       int     $datatype               (1) bug tracker, (2) 
Support Tracker, (3) Patch Tracker, (4) features (0) other.
+        * @param       int     $datatype               (1) bug tracker, (2) 
Support Tracker, (3) Patch Tracker, (4) features (0) other. //TODO: unused 
parameter. to be drop!
         * @return      int     id on success, false on failure.
         */
        function create($name, $description, $email_all, $email_address,

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

Summary of changes:
 src/common/tracker/ArtifactType.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

Reply via email to