[Fusionforge-commits] FusionForge branch master updated. 6.0.4-470-gcbf6da1

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue May 31 11:16:20 CEST 2016


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  cbf6da1d96e2100fe396a34daf27eb2e3815e366 (commit)
      from  4dfa2413aa178adc571bf043b648bcc299a5e3ae (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=cbf6da1d96e2100fe396a34daf27eb2e3815e366

commit cbf6da1d96e2100fe396a34daf27eb2e3815e366
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue May 31 11:16:16 2016 +0200

    remove var_dump

diff --git a/src/common/search/DocsSearchQuery.class.php b/src/common/search/DocsSearchQuery.class.php
index 5fb938b..ffc1dab 100644
--- a/src/common/search/DocsSearchQuery.class.php
+++ b/src/common/search/DocsSearchQuery.class.php
@@ -119,7 +119,6 @@ class DocsSearchQuery extends SearchQuery {
 		$qpa = db_construct_qpa($qpa, ' ORDER BY ts_rank(vectors, to_tsquery($1)) DESC, group_id ASC, groupname ASC, title ASC',
 					 array($words));
 
-		var_dump($qpa);
 		return $qpa;
 	}
 

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

Summary of changes:
 src/common/search/DocsSearchQuery.class.php | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list