mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
more new student calls modified
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* Klasse zur Kommunikation mit Moodle 1.9
|
||||
*/
|
||||
require_once(dirname(__FILE__).'/basis_db.class.php');
|
||||
require_once(dirname(__FILE__).'/student.class.php');
|
||||
require_once(dirname(__FILE__).'/prestudent.class.php');
|
||||
|
||||
class moodle19_user extends basis_db
|
||||
{
|
||||
@@ -340,8 +340,8 @@ class moodle19_user extends basis_db
|
||||
{
|
||||
if(isset($row_user->prestudent_id))
|
||||
{
|
||||
$student = new student();
|
||||
$uid = $student->getUid($row_user->prestudent_id);
|
||||
$guidps = new prestudent();
|
||||
$uid = $guidps->getUid($row_user->prestudent_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user