summaryrefslogtreecommitdiff
path: root/plugins/search_sphinx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/search_sphinx')
-rw-r--r--plugins/search_sphinx/init.php3
-rw-r--r--plugins/search_sphinx/sphinxapi.php4
2 files changed, 5 insertions, 2 deletions
diff --git a/plugins/search_sphinx/init.php b/plugins/search_sphinx/init.php
index 065af64f2..8520bb0d8 100644
--- a/plugins/search_sphinx/init.php
+++ b/plugins/search_sphinx/init.php
@@ -61,5 +61,4 @@ class Search_Sphinx extends Plugin {
function api_version() {
return 2;
}
-}
-?>
+} \ No newline at end of file
diff --git a/plugins/search_sphinx/sphinxapi.php b/plugins/search_sphinx/sphinxapi.php
index 90643d3c7..41b0fac41 100644
--- a/plugins/search_sphinx/sphinxapi.php
+++ b/plugins/search_sphinx/sphinxapi.php
@@ -973,6 +973,10 @@ class SphinxClient
return pack ( "N", $t2 );
}
+ /**
+ * @SuppressWarnings(unused)
+ */
+
/// add query to multi-query batch
/// returns index into results array from RunQueries() call
function AddQuery ( $query, $index="*", $comment="" )