[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_3RC1-2602-ge535014

Michal Čihař nijel at users.sourceforge.net
Tue May 4 17:08:13 CEST 2010


The branch, master has been updated
       via  e5350145ffaa8a0162ce625aa82fd2eae9e5c1f7 (commit)
      from  3b3a0df11115a63b23c5035792834bc48f180ac6 (commit)


- Log -----------------------------------------------------------------
commit e5350145ffaa8a0162ce625aa82fd2eae9e5c1f7
Author: Michal Čihař <mcihar at novell.com>
Date:   Tue May 4 17:08:01 2010 +0200

    Fix syntax.

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

Summary of changes:
 libraries/tbl_properties.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/tbl_properties.inc.php b/libraries/tbl_properties.inc.php
index 5d4c81f..abc5deb 100644
--- a/libraries/tbl_properties.inc.php
+++ b/libraries/tbl_properties.inc.php
@@ -143,7 +143,7 @@ if ($cfgRelation['mimework'] && $cfg['BrowseMIME']) {
     $header_cells[] = __('MIME type');
     $header_cells[] = __('Browser transformation');
     $header_cells[] = __('Transformation options')
-        . PMA_showHint(__('Transformation options')_note . $hint);
+        . PMA_showHint(__('Please enter the values for transformation options using this format: \'a\', 100, b,\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').') . $hint);
 }
 
 //  workaround for field_fulltext, because its submitted indizes contain
@@ -405,7 +405,7 @@ for ($i = 0; $i < $num_fields; $i++) {
 
     if ($type_upper == 'BIT') {
         $row['DefaultValue'] = PMA_convert_bit_default_value($row['DefaultValue']);
-    } 
+    }
 
     $content_cells[$i][$ci] = '<select name="field_default_type[' . $i . ']">';
     foreach ($default_options as $key => $value) {


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list