- Studienplan removed Getter to get CI-Language working

- Prestudent added missing Person Class
This commit is contained in:
oesi
2016-07-05 10:00:49 +02:00
parent 385e17eff7
commit 6544a656f8
2 changed files with 31 additions and 30 deletions
+1
View File
@@ -20,6 +20,7 @@
* Rudolf Hangl <rudolf.hangl@technikum-wien.at>.
*/
require_once(dirname(__FILE__).'/datum.class.php');
require_once(dirname(__FILE__).'/person.class.php');
// CI
require_once(dirname(__FILE__).'/../ci_hack.php');