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:
authorMichal Čihař <mcihar@suse.cz>2011-08-04 15:47:44 +0400
committerMichal Čihař <mcihar@suse.cz>2011-08-04 15:47:44 +0400
commit4fb5b65fd2a2e740842fd0592ebd698d46f46c8b (patch)
tree8b2a6dfc3e608c92126cf9bcf65f95baba3b16de /db_operations.php
parent7a07c42de50c1f23bec33fc82b98179e4c452f26 (diff)
Remove unused parameter $container from PMA_getIcon
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index 2382389cf8..6b40947ae5 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -359,7 +359,7 @@ if (!$is_information_schema) {
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<fieldset>
<legend>
- <?php echo PMA_getIcon('b_comment.png', __('Database comment: '), false, true); ?>
+ <?php echo PMA_getIcon('b_comment.png', __('Database comment: '), true); ?>
</legend>
<input type="text" name="comment" class="textfield" size="30"
value="<?php