[Fusionforge-commits] FusionForge branch master updated. e35f801624cd7116198acfaa508dc14287a00e87

Alain Peyrat aljeux at fusionforge.org
Fri Aug 30 18:14:36 CEST 2013


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  e35f801624cd7116198acfaa508dc14287a00e87 (commit)
      from  f9382ee1587733dbeeef9da610f82fe26a0b19f7 (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 e35f801624cd7116198acfaa508dc14287a00e87
Author: Alain Peyrat <alain.peyrat at alcatel-lucent.com>
Date:   Fri Aug 30 18:14:26 2013 +0200

    Indent

diff --git a/src/common/search/DocsSearchQuery.class.php b/src/common/search/DocsSearchQuery.class.php
index a4adb42..5c0413f 100644
--- a/src/common/search/DocsSearchQuery.class.php
+++ b/src/common/search/DocsSearchQuery.class.php
@@ -140,6 +140,7 @@ class DocsSearchQuery extends SearchQuery {
 	 *
 	 * @param	$groupId	int group id
 	 * @param	$showNonPublic	boolean if we should consider non public sections
+	 * @return array
 	 */
 	static function getSections($groupId, $showNonPublic = false) {
 		if (!forge_check_perm('docman',$groupId,'read')) {
diff --git a/src/common/search/ForumsSearchQuery.class.php b/src/common/search/ForumsSearchQuery.class.php
index 6d41564..ec355c8 100644
--- a/src/common/search/ForumsSearchQuery.class.php
+++ b/src/common/search/ForumsSearchQuery.class.php
@@ -128,6 +128,7 @@ class ForumsSearchQuery extends SearchQuery {
 	 *
 	 * @param $groupId int group id
 	 * @param $showNonPublic boolean if we should consider non public sections
+	 * @return array
 	 */
 	static function getSections($groupId, $showNonPublic=false) {
 		$sql = 'SELECT group_forum_id, forum_name FROM forum_group_list WHERE group_id = $1 AND ';
diff --git a/src/common/search/FrsSearchQuery.class.php b/src/common/search/FrsSearchQuery.class.php
index 6f80a6f..2796cae 100644
--- a/src/common/search/FrsSearchQuery.class.php
+++ b/src/common/search/FrsSearchQuery.class.php
@@ -142,6 +142,7 @@ class FrsSearchQuery extends SearchQuery {
 	 *
 	 * @param $groupId int group id
 	 * @param $showNonPublic boolean if we should consider non public sections
+	 * @return array
 	 */
 	static function getSections($groupId, $showNonPublic) {
 		$sql = 'SELECT package_id, name FROM frs_package WHERE group_id=$1';
diff --git a/src/common/search/TasksSearchQuery.class.php b/src/common/search/TasksSearchQuery.class.php
index e54f20c..06a1d54 100644
--- a/src/common/search/TasksSearchQuery.class.php
+++ b/src/common/search/TasksSearchQuery.class.php
@@ -135,6 +135,7 @@ class TasksSearchQuery extends SearchQuery {
 	 *
 	 * @param $groupId int group id
 	 * @param $showNonPublic boolean if we should consider non public sections
+	 * @return array
 	 */
 	static function getSections($groupId, $showNonPublic=false) {
 		$sql = 'SELECT group_project_id, project_name FROM project_group_list WHERE group_id=$1' ;
diff --git a/src/common/search/TrackersSearchQuery.class.php b/src/common/search/TrackersSearchQuery.class.php
index 74e327b..92317f5 100644
--- a/src/common/search/TrackersSearchQuery.class.php
+++ b/src/common/search/TrackersSearchQuery.class.php
@@ -132,6 +132,7 @@ class TrackersSearchQuery extends SearchQuery {
 	 *
 	 * @param $groupId int group id
 	 * @param $showNonPublic boolean if we should consider non public sections
+	 * @return array
 	 */
 	static function getSections($groupId, $showNonPublic=false) {
 		$sql = 'SELECT group_artifact_id, name FROM artifact_group_list WHERE group_id = $1';

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

Summary of changes:
 src/common/search/DocsSearchQuery.class.php     |    1 +
 src/common/search/ForumsSearchQuery.class.php   |    1 +
 src/common/search/FrsSearchQuery.class.php      |    1 +
 src/common/search/TasksSearchQuery.class.php    |    1 +
 src/common/search/TrackersSearchQuery.class.php |    1 +
 5 files changed, 5 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list