mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
</tr>
|
||||
<?php
|
||||
$lv_obj = new lehrveranstaltung();
|
||||
if(!$lv_obj->load_lva('0',null, null, true,null,'bezeichnung'))
|
||||
if(!$lv_obj->load_lva('0',null, null,TRUE,TRUE,'bezeichnung'))
|
||||
echo "<tr><td>$lv_obj->errormsg</td></tr>";
|
||||
|
||||
foreach($lv_obj->lehrveranstaltungen AS $row)
|
||||
|
||||
Reference in New Issue
Block a user