';
}
echo "\n";
diff --git a/tbl_properties.php3 b/tbl_properties.php3
index d5d7db388..10b0c6433 100755
--- a/tbl_properties.php3
+++ b/tbl_properties.php3
@@ -30,7 +30,8 @@ if (isset($show_query) && $show_query == 'y') {
}
unset($sql_query);
-/*
+
+/**
* Get the list and number of fields
*/
$local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table);
@@ -46,13 +47,14 @@ else {
mysql_free_result($result);
}
+
/**
* Work on the table
*/
// loic1: defines wether file upload is available or not
// lem9: we should check if PHP 4.0.0 really implements the "file_uploads"
// variable, because I got a support request and his 4.0.0 did not have it
-
+
$is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))
? ((strtolower(ini_get('file_uploads')) == 'on' || ini_get('file_uploads') == 1) && intval(ini_get('upload_max_filesize')))
// loic1: php 3.0.15 and lower bug -> always enabled
@@ -80,15 +82,16 @@ require('./tbl_properties_table_info.php3');
-
-
+' . htmlspecialchars($fields_list[$i]) . '' . "\n";
+}
+?>
+
+
+