MDL-18474 - fix include link better... before tagging MERGED.

This commit is contained in:
diml
2009-03-31 23:17:09 +00:00
parent b950f12601
commit df859bc818
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
}
/// makes inclusions of the Zend Engine more reliable
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
require_once($CFG->dirroot.'/search/lib.php');
require_once($CFG->dirroot.'/search/indexlib.php');
+1 -1
View File
@@ -25,7 +25,7 @@
}
/// makes inclusions of the Zend Engine more reliable
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
require_once($CFG->dirroot.'/search/lib.php');
require_once($CFG->dirroot.'/search/indexlib.php');
+1 -1
View File
@@ -38,7 +38,7 @@
//require_once("debugging.php");
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
/// only administrators can index the moodle installation, because access to all pages is required
+1 -1
View File
@@ -22,7 +22,7 @@
/// makes inclusions of the Zend Engine more reliable
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
/// check global search is enabled
+1 -1
View File
@@ -25,7 +25,7 @@
}
/// makes inclusions of the Zend Engine more reliable
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.DIRECTORY_SEPARATOR.PATH_SEPARATOR.ini_get('include_path'));
ini_set('include_path', $CFG->dirroot.DIRECTORY_SEPARATOR.'search'.PATH_SEPARATOR.ini_get('include_path'));
require_once($CFG->dirroot.'/search/lib.php');
require_once($CFG->dirroot.'/search/indexlib.php');