From 111e78d6108035c8740d2467c502aa0d59c3d534 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Tue, 18 Nov 2008 05:30:52 +0000 Subject: [PATCH] "MDL-14651, disable ajax chat room by default" --- mod/chat/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/chat/lib.php b/mod/chat/lib.php index d89d94cca6..8cb39174de 100644 --- a/mod/chat/lib.php +++ b/mod/chat/lib.php @@ -3,7 +3,7 @@ /// Library of functions and constants for module chat require_once($CFG->libdir.'/pagelib.php'); -$CFG->chat_enable_ajax = true; +$CFG->chat_enable_ajax = false; $CFG->chat_ajax_debug = false; $CFG->chat_use_cache = false; -- 2.39.5