1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-24 08:42:56 +01:00
2013-02-22 02:17:19 -08:00

22 lines
558 B
PHP

<?php
/*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id$
*
* Search Admin Help
*
*/
if (!defined('e107_INIT')) { exit; }
$caption = "Search Help";
$text = "
If your MySQL server version supports it you can switch
to the MySQL sort method which is faster than the PHP sort method. See preferences.
<br /><br />
If your site includes Ideographic languages such as Chinese and Japanese you must
use the PHP sort method and switch whole word matching off.
";
$ns->tablerender($caption, $text);
?>