diff --git a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php
index 2b62094f1..b9d230ac6 100644
--- a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php
+++ b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php
@@ -50,7 +50,7 @@ $summe_stud = 0;
$summe_t2 = 0;
$summe_komm = 0;
$summe_ng = 0;
-
+$grades = array();
$sprache = getSprache();
$p = new phrasen($sprache);
diff --git a/include/tw/cis_menu_lv.inc.php b/include/tw/cis_menu_lv.inc.php
index 610d85de4..e7936b5a7 100644
--- a/include/tw/cis_menu_lv.inc.php
+++ b/include/tw/cis_menu_lv.inc.php
@@ -144,7 +144,7 @@ function checkZeilenUmbruch()
$text.= ' ';
$text.= $p->t('lehre/semesterplanVorlage');
- $text.= ' [hml]';
+ $text.= ' [html]';
$text.= '';
$text.= ' ';
$text.= '[doc]';
diff --git a/vilesci/lehre/studienordnung.inc.php b/vilesci/lehre/studienordnung.inc.php
index 71c407b15..699985bf4 100644
--- a/vilesci/lehre/studienordnung.inc.php
+++ b/vilesci/lehre/studienordnung.inc.php
@@ -153,7 +153,7 @@ switch($method)
$studienordnungstatus->getstatus();
foreach($studienordnungstatus->result as $row_status)
{
- if($row_status->status_kurzbz==$studienordnung->status_kurzbz)
+ if($row_status->status_kurzbz==$studienordnung->status_kurzbz || ($new && $row_status->status_kurzbz == "development"))
$selected = 'selected';
else
$selected = '';