mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Fehler behoben wodruch stud_selfservice nicht korrekt gespeichert wurde
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user