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  9a8e29162262d536912ae5dd8659b132a153f874 (commit)
      from  6f540e0f0ae0b12cb6085193cafb284348f2bfd4 (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=9a8e29162262d536912ae5dd8659b132a153f874

commit 9a8e29162262d536912ae5dd8659b132a153f874
Author: Franck Villaume <[email protected]>
Date:   Fri Nov 24 13:41:34 2017 +0000

    tabs vs. space

diff --git a/src/common/tracker/ArtifactQuery.class.php 
b/src/common/tracker/ArtifactQuery.class.php
index 941a5c6..8cb04e9 100644
--- a/src/common/tracker/ArtifactQuery.class.php
+++ b/src/common/tracker/ArtifactQuery.class.php
@@ -557,11 +557,11 @@ class ArtifactQuery extends FFError {
         * @return      array   array of all activated options
         */
        function getQueryOptions() {
-        if (isset($this->data_array['query_options'])) {
-                   return explode('|', $this->data_array['query_options']);
-        } else {
-            return array();
-        }
+               if (isset($this->data_array['query_options'])) {
+                       return explode('|', $this->data_array['query_options']);
+               } else {
+                       return array();
+               }
        }
 
        /**

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to