Bei "LektorIn" ist nun der eingeloggte User vorausgefüllt

This commit is contained in:
Manfred Kindl
2012-09-24 08:30:46 +00:00
parent 8cf2bf6eaf
commit d56854a370
+3 -1
View File
@@ -169,10 +169,12 @@
Beschreibung
<input type="text" name="beschreibung" size="35" maxlength="32" value="<?php echo $beschreibung; ?>">
Lektor
LektorIn
<SELECT name="lektorid">
<?php
$num_rows=$db->db_num_rows($result_lektor);
if ($_POST['lektorid']==$row->uid)
$_POST['lektorid']=$uid;
for ($i=0;$i<$num_rows;$i++)
{
$row=$db->db_fetch_object ($result_lektor, $i);