[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_2-2089-g407054b

Marc Delisle lem9 at users.sourceforge.net
Thu Apr 29 13:44:40 CEST 2010


The branch, master has been updated
       via  407054b6b147b2d877dc73a9f316045f3615172b (commit)
      from  9ec14c786c2a6917c458198c1c256c3d534cbc8d (commit)


- Log -----------------------------------------------------------------
commit 407054b6b147b2d877dc73a9f316045f3615172b
Author: Marc Delisle <marc at infomarc.info>
Date:   Thu Apr 29 07:44:30 2010 -0400

    I do not see the reason for this condition, and it creates a problem so I remove it

-----------------------------------------------------------------------

Summary of changes:
 tbl_change.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tbl_change.php b/tbl_change.php
index 3f42c40..79e3b6d 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -458,7 +458,7 @@ foreach ($rows as $row_id => $vrow) {
             } else {
                 // special binary "characters"
                 if ($field['is_binary'] || $field['is_blob']) {
-                	if ($_SESSION['tmp_user_values']['display_binary_as_hex'] && $cfg['ShowFunctionFields'] && !$cfg['ProtectBinary']) {
+                	if ($_SESSION['tmp_user_values']['display_binary_as_hex'] && $cfg['ShowFunctionFields']) {
                 		$vrow[$field['Field']] = bin2hex($vrow[$field['Field']]);
                 		$field['display_binary_as_hex'] = true;
 					} else {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list