The branch, master has been updated via d15c37ba1b87de18dbb4fdbd87e993b43e43c969 (commit) from 48d3e6850a9403b89932422f16cfd291cacdf22a (commit)
- Log ----------------------------------------------------------------- commit d15c37ba1b87de18dbb4fdbd87e993b43e43c969 Author: Michal Čihař michal@cihar.com Date: Thu Feb 3 13:21:16 2011 +0100
Another place where dimensions should not be exactly stated
-----------------------------------------------------------------------
Summary of changes: server_processlist.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server_processlist.php b/server_processlist.php index 337d917..0bfb5c2 100644 --- a/server_processlist.php +++ b/server_processlist.php @@ -47,7 +47,7 @@ $result = PMA_DBI_query($sql_query); <tr><td><a href="<?php echo $full_text_link; ?>" title="<?php echo empty($full) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>"> <img src="<?php echo $pmaThemeImage . 's_' . (empty($_REQUEST['full']) ? 'full' : 'partial'); ?>text.png" - width="50" height="20" alt="<?php echo empty($_REQUEST['full']) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>" /> + alt="<?php echo empty($_REQUEST['full']) ? __('Show Full Queries') : __('Truncate Shown Queries'); ?>" /> </a></td> <th><?php echo __('ID'); ?></th> <th><?php echo __('User'); ?></th>
hooks/post-receive