mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
General updates, see README.txt.
This commit is contained in:
parent
d9e1bf2478
commit
b585dc5fcb
12 changed files with 149 additions and 279 deletions
|
@ -49,8 +49,8 @@
|
|||
if (file_exists($class_file)) {
|
||||
include_once($class_file);
|
||||
|
||||
if (!defined('SEARCH_'.strtoupper($mod->name).'_TYPE')) {
|
||||
mtrace("ERROR: Constant 'SEARCH_".strtoupper($mod->name)."_TYPE' is not defined in /search/lib.php");
|
||||
if (!defined('SEARCH_TYPE_'.strtoupper($mod->name))) {
|
||||
mtrace("ERROR: Constant 'SEARCH_TYPE_".strtoupper($mod->name)."' is not defined in /search/lib.php");
|
||||
continue;
|
||||
} //if
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue