mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
*/
|
||||
require_once(dirname(__FILE__).'/basis_db.class.php');
|
||||
|
||||
if (!function_exists('xu_load_extension'))
|
||||
include_once(dirname(__FILE__)."/xmlrpcutils/utils.php");
|
||||
|
||||
class moodle_course extends basis_db
|
||||
{
|
||||
private $conn_moodle;
|
||||
@@ -1413,10 +1416,6 @@ class moodle_course extends basis_db
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
if (!function_exists('xu_load_extension'))
|
||||
include_once(dirname(__FILE__)."/xmlrpcutils/utils.php");
|
||||
|
||||
// Aktuellen Moodle Server ermitteln.
|
||||
if (defined('MOODLE_PATH')) // Eintrag MOODLE_PATH in Vilesci config.inc.php. Hostname herausfiltern
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user