// We don't want binary data to be destroyed
// Note: from the MySQL manual: "BINARY doesn't affect how the column is
// stored or retrieved" so it does not mean that the contents is
// binary
if ($cfgShowFunctionFields) {
if (($cfgProtectBinary && $is_blob)
|| ($cfgProtectBinary == 'all' && $is_binary)) {
echo ' ' . $strBinary . ' ' . "\n";
} else if (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) {
echo ' -- ' . "\n";
} else {
?>
="return unNullify('')" tabindex="" >
' . $cfgFunctions[$j] . '' . "\n";
} // end for
unset($selected);
?>
' . "\n";
if (!(($cfgProtectBinary && $is_blob) || ($cfgProtectBinary == 'all' && $is_binary))
&& $row_table_def['Null'] == 'YES') {
echo ' ' . "\n";
echo $onclick;
} else {
echo ' ' . "\n";
}
echo ' ' . "\n";
// The value column (depends on type)
// ----------------
if (strstr($row_table_def['True_Type'], 'text')) {
?>
32000) {
echo ' ' . $strTextAreaLength . ' ' . "\n";
}
}
else if (strstr($row_table_def['True_Type'], 'enum')) {
$enum = str_replace('enum(', '', $row_table_def['Type']);
$enum = ereg_replace('\\)$', '', $enum);
$enum = explode('\',\'', substr($enum, 1, -1));
$enum_cnt = count($enum);
?>
20) {
echo "\n";
?>
="return unNullify('')" tabindex="">
' . htmlspecialchars($enum_atom) . '' . "\n";
} // end for
?>
' . "\n";
echo ' ' . htmlspecialchars($enum_atom) . ' ' . "\n";
} // end for
} // end else
echo "\n";
?>
="return unNullify('')" tabindex="" >
' . htmlspecialchars($subset) . '' . "\n";
} // end for
?>
// We don't want binary data destroyed
else if ($is_binary || $is_blob) {
if (($cfgProtectBinary && $is_blob)
|| ($cfgProtectBinary == 'all' && $is_binary)) {
echo "\n";
?>
40) ? 40 : $len);
$maxlength = $len;
}
echo "\n";
?>
="return unNullify('')" tabindex="" />
40) ? 40 : $len);
$maxlength = $len;
}
echo "\n";
?>
="return unNullify('')" tabindex="" />