Moodle-Integration aus FHComplete Core entfernt und in eigenes Addon

ausgelagert.
Support für Moodle 1.9 entfernt
This commit is contained in:
Andreas Oesterreicher
2017-08-02 14:05:31 +02:00
parent 5d0dcb6e4a
commit 42960ffe20
64 changed files with 899 additions and 12741 deletions
@@ -1,14 +0,0 @@
<?php
class Moodle_model extends DB_Model
{
/**
* Constructor
*/
public function __construct()
{
parent::__construct();
$this->dbTable = 'lehre.tbl_moodle';
$this->pk = 'moodle_id';
}
}