bug 441689

This commit is contained in:
Marc Delisle
2001-07-16 18:28:35 +00:00
parent a3e9dd451b
commit cb6b32dd37
2 changed files with 5 additions and 1 deletions

View File

@@ -188,7 +188,8 @@ for($i=0;$i<mysql_num_rows($table_def);$i++)
// We don't want binary data destroyed
elseif((strstr($row_table_def["Type"], "blob") || strstr($row_table_def["Type"], "binary")) && !empty($data))
{
echo "<td>" . $strBinaryDoNotEdit . "</td>";
echo "<td>" . $strBinaryDoNotEdit;
echo "<input type=\"hidden\" name=fields[$field] value=\"".$special_chars."\" style=\"width:$cfgMaxInputsize;\" maxlength=$len></td>";
}
else
{