Studienordnung: LVs mit Studienplan verknüpfen; speichern der verknüpften LVs in DB und löschen aus DB

This commit is contained in:
Stefan Puraner
2013-11-26 12:12:22 +00:00
parent db7ce5a681
commit 506878c59f
13 changed files with 543 additions and 261 deletions
+4 -2
View File
@@ -1,6 +1,5 @@
<?php
/* Copyright (C) 2006 Technikum-Wien
/* Copyright (C) 2013 fhcomplete.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
@@ -54,6 +53,9 @@ class lehrtyp extends basis_db {
return true;
}
/**
* Baut die Datenstruktur für senden als JSON Objekt auf
*/
public function cleanResult()
{
$data = array();