mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
CIS Notenimport aus Excel bricht nun nicht mehr ab, wenn ein Abbrecher in der Liste vorhanden ist
This commit is contained in:
@@ -113,7 +113,7 @@ function savenote($lvid, $student_uid, $note)
|
||||
{
|
||||
$student = new student($conn);
|
||||
$student->load($student_uid);
|
||||
die('Der Student '.$student->nachname.' '.$student->vorname.' ('.trim($student->matrikelnr).') ist dieser Lehrveranstaltung nicht zugeordnet. Die Note wird nicht uebernommen');
|
||||
return 'Der Student '.$student->nachname.' '.$student->vorname.' ('.trim($student->matrikelnr).') ist dieser Lehrveranstaltung nicht zugeordnet. Die Note wird nicht uebernommen!'."\n";
|
||||
}
|
||||
|
||||
$lvgesamtnote = new lvgesamtnote($conn);
|
||||
|
||||
@@ -41,6 +41,8 @@ require_once('../../../../include/mitarbeiter.class.php');
|
||||
require_once('../../../../include/moodle_course.class.php');
|
||||
require_once('../../../../include/mail.class.php');
|
||||
|
||||
$lvid=(isset($_GET['lvid'])?$_GET['lvid']:'');
|
||||
$stsem=(isset($_GET['stsem'])?$_GET['stsem']:'');
|
||||
?>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user