This commit is contained in:
Rudolf Hangl
2009-01-29 08:13:24 +00:00
parent d5fb8268d7
commit 37e14b2898
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ $sql_query = "SELECT * FROM (SELECT DISTINCT ON(tbl_projektarbeit.projektarbeit_
WHERE (projekttyp_kurzbz='Bachelor' OR projekttyp_kurzbz='Diplom')
AND tbl_projektbetreuer.person_id IN (SELECT person_id FROM public.tbl_benutzer
WHERE public.tbl_benutzer.person_id=lehre.tbl_projektbetreuer.person_id
AND public.tbl_benutzer.uid='sommert')
AND public.tbl_benutzer.uid='$getuid')
AND lehre.tbl_projektarbeit.note IS NULL
AND lehre.tbl_projektarbeit.projektarbeit_id=".$projektarbeit_id."
ORDER BY tbl_projektarbeit.projektarbeit_id, betreuerart_kurzbz desc) as xy
+18 -1
View File
@@ -81,7 +81,7 @@
</td>
</tr>
<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap">
<table class="tabcontent" id="MeineLVs" style="display: visible;">
<tr>
@@ -108,6 +108,14 @@
</tr>
</table>
</td>
</tr>
<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class="tdwrap">
<a href="lehre/abgabe_student_frameset.html" class="Item" target="content">
<img src="../../skin/images/menu_item.gif" width="7" height="9">&nbsp;Bachelor- und Diplomarbeitsabgabe
</a>
</td>
</tr>';
}
@@ -188,8 +196,17 @@
</table>
</td>
</tr>
<tr>
<td class="tdwidth10" nowrap>&nbsp;</td>
<td class='tdwrap'>
<a href="lehre/abgabe_lektor_frameset.html" class="Item" target="content">
<img src="../../skin/images/menu_item.gif" width="7" height="9">&nbsp;Bachelor- und Diplomarbeitsabgabe
</a>
</td>
</tr>
<?php
}
if ($rechte->isFix())
{
?>