*** empty log message ***

This commit is contained in:
Marcel Tschopp
2004-03-25 22:13:32 +00:00
parent 15b85dc054
commit e5c4f13829
4 changed files with 17 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ foreach($loop_array AS $vrowcount => $vrow) {
}
$len = (preg_match('@float|double@', $row_table_def['Type']))
? 100
: @mysql_field_len($vresult, $i); // !UNWRAPPED FUNCTION!
: PMA_DBI_field_len($vresult, $i);
$first_timestamp = 0;
$bgcolor = ($i % 2) ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo'];