bugfix ausgabe

git-svn-id: svn://svn.cccv.de/engel-system@214 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2006-12-19 18:15:49 +00:00
parent 0cd00660bb
commit 5f024c275c
1 changed files with 1 additions and 1 deletions

View File

@ -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".