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 902d621a9a00b2e367db6351cb924a225d87f8ce (commit)
from b3ccf27fa637966f4d2f13f639a609234607e016 (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=902d621a9a00b2e367db6351cb924a225d87f8ce
commit 902d621a9a00b2e367db6351cb924a225d87f8ce
Author: Roland Mas <[email protected]>
Date: Tue May 3 20:11:04 2016 +0200
Use SQL function directly rather than wrapper script
diff --git a/src/bin/configure-fti-search.php b/src/bin/configure-fti-search.php
index 5ee10cb..2ee42f3 100755
--- a/src/bin/configure-fti-search.php
+++ b/src/bin/configure-fti-search.php
@@ -92,10 +92,9 @@ foreach ($config['queries'] as $q) {
query_and_exit_if_error ($q);
}
query_and_exit_if_error('SELECT
to_tsvector($1,$2)',array('fusionforge','Hôtels camping forge Iıİi'));
+query_and_exit_if_error("SELECT rebuild_fti_indices()");
db_commit();
-system($fusionforge_basedir.'/bin/rebuild-fti-indices.php');
-
// Local Variables:
// mode: php
// c-file-style: "bsd"
-----------------------------------------------------------------------
Summary of changes:
src/bin/configure-fti-search.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits