diff --git a/ChangeLog b/ChangeLog index a6c42eb91..48808e8e4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,7 @@ $Source$ * lang/polish.inc.php3: updated thanks to Piotr Roszatycki. * tbl_properties.php3, lines 573-576: added the same file upload box than the one at db_details.php3. + * tbl_change.php, line 305: Feature Requests #455543 - Editable Blobs. 2001-08-31 Olivier Müller * releasing phpMyAdmin 2.2.0-final diff --git a/tbl_change.php3 b/tbl_change.php3 index c862eb469..432a2edfc 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -128,9 +128,6 @@ for ($i = 0; $i < $fields_cnt; $i++) { // 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 ((strstr($row_table_def['Type'], 'blob') || strstr($row_table_def['Type'], 'binary')) - // && !empty($data)) { if (strstr($row_table_def['True_Type'], 'blob') && !empty($data) && $cfgProtectBlob == TRUE) { @@ -305,7 +302,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { } // Change by Bernard M. Piller // We don't want binary data destroyed - else if (strstr($row_table_def['Type'], 'blob') && !empty($data)) { + else if (strstr($row_table_def['Type'], 'blob')) { if ($cfgProtectBlob == TRUE) { echo "\n"; ?>