Fehler behoben wodruch stud_selfservice nicht korrekt gespeichert wurde

This commit is contained in:
Andreas Österreicher
2018-03-19 08:50:07 +01:00
parent 8ab2523df1
commit f3d5a1e3b3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ class vorlage extends basis_db
mimetype='.$this->db_add_param($this->mimetype).',
archivierbar='.$this->db_add_param($this->archivierbar, FHC_BOOLEAN).',
signierbar='.$this->db_add_param($this->signierbar, FHC_BOOLEAN).',
stud_selfservice='.$this->db_add_param($this->archivierbar, FHC_BOOLEAN).',
stud_selfservice='.$this->db_add_param($this->stud_selfservice, FHC_BOOLEAN).',
dokument_kurzbz='.$this->db_add_param($this->dokument_kurzbz).'
WHERE vorlage_kurzbz='.$this->db_add_param($this->vorlage_kurzbz).';';
}
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* Authors: Manfred Kindl < manfred.kindl@technikum-wien.at >
* Authors: Manfred Kindl < manfred.kindl@technikum-wien.at >,
* Andreas Österreicher < andreas.oesterreicher@technikum-wien.at >
*/
/**
* Dokumentvorlagen