bug #1444417 blobs are centered

This commit is contained in:
Marc Delisle
2006-03-23 10:40:30 +00:00
parent 262fa1eeee
commit ff30327b2c
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1444417 blobs are centered
2006-03-22 Alexander M. Turek <me@derrabus.de>
* lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
* lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.

View File

@@ -1311,7 +1311,7 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) {
}
unset($blob_size);
$vertical_display['data'][$row_no][$i] = ' <td align="center"' . $column_style . $bgcolor . '>' . $blobtext . '</td>';
$vertical_display['data'][$row_no][$i] = ' <td align="left"' . $column_style . $bgcolor . '>' . $blobtext . '</td>';
} else {
if (!isset($row[$i]) || is_null($row[$i])) {
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '><i>NULL</i></td>' . "\n";