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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-05-25 20:49:02 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-05-25 20:54:09 +0400
commit8259510361555ffb14e24aa553f5c5618f659a03 (patch)
tree968079a17472c54f6238c718664bf293f20329ed /server_databases.php
parentd3ea25c159dcb4ea02d00d771d6b2e5ab8480369 (diff)
Database list for Drizzle: treat 'mysql' as normal table, don't show 'Check Privileges' link
Diffstat (limited to 'server_databases.php')
-rw-r--r--server_databases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_databases.php b/server_databases.php
index 365055aa49..c95dd6e19d 100644
--- a/server_databases.php
+++ b/server_databases.php
@@ -187,7 +187,7 @@ if ($databases_count > 0) {
echo ' <th>'. $name .'</th>' . "\n";
}
- if ($is_superuser) {
+ if ($is_superuser && !PMA_DRIZZLE) {
echo ' <th>' . ($cfg['PropertiesIconic'] ? '' : __('Action')) . "\n"
. ' </th>' . "\n";
}