global search MDL-24625 fixed page headers sequence error.

This commit is contained in:
Aparup Banerjee 2010-10-28 03:40:55 +00:00
parent 6d485693db
commit f087953c9a

View File

@ -17,12 +17,12 @@
* @version Moodle 2.0
**/
@set_time_limit(0);
@ob_implicit_flush(true);
@ob_end_flush();
require_once('../../config.php');
@set_time_limit(0);
@ob_implicit_flush(true);
@ob_end_flush();
/// makes inclusions of the Zend Engine more reliable
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));