mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
This commit is contained in:
+1
-1
@@ -500,7 +500,7 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="MeineCIS" style="display: visible;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="private/lvplan/profile/index.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Profil</a></td>
|
||||
<td nowrap><a class="Item" href="private/profile/index.php" target="content"><img src="../skin/images/menu_item.gif" width="7" height="9"> Profil</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
|
||||
@@ -151,7 +151,7 @@ if (!isset($pers_uid))
|
||||
// Reservieren
|
||||
if (isset($reserve) && $uid==$user_uid)
|
||||
{
|
||||
if(!$erg_std=pg_query($conn, "SELECT * FROM tbl_stunde ORDER BY stunde"))
|
||||
if(!$erg_std=pg_query($conn, "SELECT * FROM lehre.tbl_stunde ORDER BY stunde"))
|
||||
{
|
||||
die(pg_last_error($conn));
|
||||
}
|
||||
@@ -165,7 +165,7 @@ if (isset($reserve) && $uid==$user_uid)
|
||||
//echo $$var;
|
||||
if (isset($_POST[$var]))
|
||||
$$var=$_POST[$var];
|
||||
if ($$var)
|
||||
if (isset($$var))
|
||||
{
|
||||
$datum_res=$$var;
|
||||
//echo $datum_res;
|
||||
|
||||
@@ -87,6 +87,9 @@ else
|
||||
<td width="159" valign="top" nowrap>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-right-width:1px;border-right-color:#BCBCBC;">
|
||||
<tr>
|
||||
<td nowrap><a class="HyperItem" href="../../index.html" target="_top"><< HOME</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<!-- ************* Meine CIS ******************* -->
|
||||
@@ -99,7 +102,7 @@ else
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="MeineCIS" style="display: visible;">
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
<td nowrap><a class="Item" href="lvplan/profile/index.php" target="content"><img src="../../skin/images/menu_item.gif" width="7" height="9"> Profil</a></td>
|
||||
<td nowrap><a class="Item" href="profile/index.php" target="content"><img src="../../skin/images/menu_item.gif" width="7" height="9"> Profil</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="10" nowrap> </td>
|
||||
|
||||
Reference in New Issue
Block a user