Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too

This commit is contained in:
skodak
2006-10-30 20:57:08 +00:00
parent 362af1586a
commit 5e435e4635
13 changed files with 62 additions and 3 deletions
+5 -1
View File
@@ -30,7 +30,11 @@
function get_content() {
global $CFG;
if (empty($CFG->enableglobalsearch)) {
return '';
}
//cache block contents
if ($this->content !== NULL) {
return $this->content;