\n";
// THE VALUE COLUMN
if(isset($row) && isset($row[$field]))
{
$special_chars = htmlspecialchars($row[$field]);
$data = $row[$field];
}
else
{
$data = $special_chars = "";
}
// THE FUNCTION COLUMN
// Change by Bernard M. Piller
// We don't want binary data to be destroyed
if((strstr($row_table_def["Type"], "blob") || strstr($row_table_def["Type"], "binary")) && !empty($data))
{
echo "
";
}
// Change by Bernard M. Piller
// We don't want binary data destroyed
elseif((strstr($row_table_def["Type"], "blob") || strstr($row_table_def["Type"], "binary")) && !empty($data))
{
echo "