bug #1444417 blobs are centered
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2006-03-22 Alexander M. Turek <me@derrabus.de>
|
||||||
* lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
|
* lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
|
||||||
* lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
|
* lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
|
||||||
|
@@ -1311,7 +1311,7 @@ function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) {
|
|||||||
}
|
}
|
||||||
unset($blob_size);
|
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 {
|
} else {
|
||||||
if (!isset($row[$i]) || is_null($row[$i])) {
|
if (!isset($row[$i]) || is_null($row[$i])) {
|
||||||
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '><i>NULL</i></td>' . "\n";
|
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '><i>NULL</i></td>' . "\n";
|
||||||
|
Reference in New Issue
Block a user