mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 04:39:28 +00:00
13680 Adminansicht korrigiert: neue Variable uidpass
This commit is contained in:
@@ -276,7 +276,6 @@ echo '
|
||||
$("#projekt").change(
|
||||
function()
|
||||
{
|
||||
//var uidpass = "ma0068";
|
||||
var uid = $("#uidpass").val();
|
||||
getProjektphasen($(this).val(),uid);
|
||||
}
|
||||
@@ -1383,6 +1382,8 @@ if($projekt->getProjekteMitarbeiter($user, true))
|
||||
echo '</td></tr>';
|
||||
}
|
||||
|
||||
echo "<input type ='hidden' value='$user'id=uidpass>";
|
||||
|
||||
if ($za_simple == 0)
|
||||
{
|
||||
// Service
|
||||
|
||||
Reference in New Issue
Block a user