mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Bugfix beim Speichern von Studiengängen
This commit is contained in:
@@ -397,7 +397,7 @@ class studiengang extends basis_db
|
||||
'testtool_sprachwahl='.($this->testtool_sprachwahl?'true':'false').', '.
|
||||
'studienplaetze='.$this->addslashes($this->studienplaetze).', '.
|
||||
'lgartcode='.$this->addslashes($this->lgartcode).', '.
|
||||
'mischform='.($this->mischform?'true':'false').', '.
|
||||
'mischform='.($this->mischform?'true':'false').' '.
|
||||
'WHERE studiengang_kz='.$this->addslashes($this->studiengang_kz).';';
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<fo:block-container position="absolute" top="137mm" left="23mm">
|
||||
<fo:table table-layout="fixed" border-collapse="collapse" border-width="0.2pt" border-style="solid">
|
||||
<fo:table-column column-width="0mm"/>
|
||||
<fo:table-column column-width="102mm"/>
|
||||
<fo:table-column column-width="103mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
<fo:table-column column-width="20mm"/>
|
||||
@@ -182,7 +182,7 @@
|
||||
<!-- Dummy Zelle -->
|
||||
</fo:table-cell>
|
||||
<fo:table-cell display-align="center" border-width="0.2mm" border-style="solid">
|
||||
<fo:block font-size="9pt" content-width="102mm" vertical-align="center" font-family="arial">
|
||||
<fo:block font-size="9pt" content-width="104mm" vertical-align="center" font-family="arial">
|
||||
<xsl:text> </xsl:text>
|
||||
<xsl:choose>
|
||||
<xsl:when test="bisio_von">
|
||||
|
||||
Reference in New Issue
Block a user