sphinx fix

This commit is contained in:
Vitalychez 2014-12-14 17:03:10 +04:00
commit 115f1c4cc6

View file

@ -18,7 +18,8 @@ if (!defined('BB_ROOT')) die(basename(__FILE__));
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// PHP version of Sphinx searchd client (PHP API) // PHP version of Sphinx searchd client (PHP API)
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
if(!class_exists('SphinxClient'))
{
/// known searchd commands /// known searchd commands
define ( "SEARCHD_COMMAND_SEARCH", 0 ); define ( "SEARCHD_COMMAND_SEARCH", 0 );
define ( "SEARCHD_COMMAND_EXCERPT", 1 ); define ( "SEARCHD_COMMAND_EXCERPT", 1 );
@ -1647,7 +1648,7 @@ class SphinxClient extends cache_common
return $res; return $res;
} }
} }
}
// //
// $Id: sphinxapi.php 2055 2009-11-06 23:09:58Z shodan $ // $Id: sphinxapi.php 2055 2009-11-06 23:09:58Z shodan $
// //