mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
Bei "LektorIn" ist nun der eingeloggte User vorausgefüllt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user