MDL-12886 disabling unfinished extenal functions

This commit is contained in:
skodak 2009-10-21 21:21:48 +00:00
parent bb5b86a9c1
commit cfb99b7588
2 changed files with 6 additions and 5 deletions

View File

@ -27,19 +27,20 @@
$functions = array(
// === group related functions ===
/*
'moodle_group_create_groups' => array(
'classname' => 'moodle_group_external',
'methodname' => 'create_groups',
'classpath' => 'group/externallib.php',
),
*/
'moodle_group_get_groups' => array(
'classname' => 'moodle_group_external',
'methodname' => 'get_groups',
'classpath' => 'group/externallib.php',
'description' => 'Returns group details.',
),
/*
'moodle_group_delete_groups' => array(
'classname' => 'moodle_group_external',
'methodname' => 'delete_groups',
@ -89,5 +90,5 @@ $functions = array(
'methodname' => 'update_users',
'classpath' => 'user/externallib.php',
),
*/
);

View File

@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2009100605; // YYYYMMDD = date of the last version bump
$version = 2009102100; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0 dev (Build: 20091021)'; // Human-friendly version name