From: toyomoyo
Date: Fri, 3 Aug 2007 03:03:05 +0000 (+0000)
Subject: utilities js needs to be called before connection for YUI 2.3.0 to work
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=59fe9db0e566e8306fe2b5e93a8e07c1d0d95175;p=moodle.git
utilities js needs to be called before connection for YUI 2.3.0 to work
---
diff --git a/group/index.php b/group/index.php
index 84b8fe2e3a..991f860229 100644
--- a/group/index.php
+++ b/group/index.php
@@ -15,10 +15,10 @@ require_once($CFG->libdir.'/json/JSON.php');
require_js('yui_yahoo');
require_js('yui_dom');
+require_js('yui_utilities');
require_js('yui_connection');
require_js($CFG->wwwroot.'/group/lib/clientlib.js');
-
$success = true;
$courseid = required_param('id', PARAM_INT);
@@ -319,7 +319,7 @@ if (empty($CFG->enablegroupings)) {
. get_string('editgroupsettings', 'group') . '" />
'."\n";
echo ''."\n";
-
+
if ($shownotdone) {
echo ''."\n";