summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-19 18:15:49 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-19 18:15:49 +0000
commit5f024c275cfa57890561c465e4fd0b33753eb74f (patch)
treea8923fb7f8192de7454930a14790caae23e40fc3 /www-ssl
parent0cd00660bbe9559e57f898502e70f36ca75cae6a (diff)
bugfix ausgabe
git-svn-id: svn://svn.cccv.de/engel-system@214 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php
index 426bc1ff..afcf2c2e 100755
--- a/www-ssl/admin/room.php
+++ b/www-ssl/admin/room.php
@@ -116,7 +116,7 @@ case 'change':
{
if( (mysql_field_name($ERG, $Uj) == "show") || (mysql_field_name($ERG, $Uj) == "FromPentabarf") )
{
- echo "<tr><td>show</td>".
+ echo "<tr><td>". mysql_field_name($Erg, $Uj). "</td>".
"<td>".
"<input type=\"radio\" name=\"e". mysql_field_name($ERG, $Uj).
"\" value=\"Y\"". (mysql_result($ERG, 0, $Uj)=='Y'? " checked":""). ">Yes".