mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
Merge branch 'master' into udf
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user