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