mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-12886 disabling unfinished extenal functions
This commit is contained in:
parent
bb5b86a9c1
commit
cfb99b7588
@ -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',
|
||||
),
|
||||
|
||||
*/
|
||||
);
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user