Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_structure.php')
-rw-r--r--tbl_structure.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_structure.php b/tbl_structure.php
index a0b85df77d..9f1578c889 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -426,7 +426,8 @@ foreach ($fields as $row) {
<?php
if (! empty($tbl_storage_engine) && ($tbl_storage_engine == 'MYISAM' || $tbl_storage_engine == 'ARIA' || $tbl_storage_engine == 'MARIA' || ($tbl_storage_engine == 'INNODB' && PMA_MYSQL_INT_VERSION >= 50604))
// FULLTEXT is possible on TEXT, CHAR and VARCHAR
- && (strpos(' ' . $type, 'text') || strpos(' ' . $type, 'char'))) {
+ && (strpos(' ' . $type, 'text') || strpos(' ' . $type, 'char'))
+ ) {
echo "\n";
?>
<td class="fulltext replaced_by_more center nowrap">