This commit is contained in:
Christian Paminger
2007-01-11 16:33:59 +00:00
parent e5b7169561
commit e0185955d9
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -500,7 +500,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="MeineCIS" style="display: visible;">
<tr>
<td width="10" nowrap>&nbsp;</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">&nbsp;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">&nbsp;Profil</a></td>
</tr>
<tr>
<td width="10" nowrap>&nbsp;</td>
+2 -2
View File
@@ -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;
+4 -1
View File
@@ -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">&lt;&lt; HOME</a></td>
</tr>
<tr>
<td>&nbsp;</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>&nbsp;</td>
<td nowrap><a class="Item" href="lvplan/profile/index.php" target="content"><img src="../../skin/images/menu_item.gif" width="7" height="9">&nbsp;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">&nbsp;Profil</a></td>
</tr>
<tr>
<td width="10" nowrap>&nbsp;</td>