Show AUTO_INCREMENT instead of A_I when in vertical mode

This commit is contained in:
Marc Delisle
2009-01-24 17:32:16 +00:00
parent 693e9e9007
commit e0f85b87c2
2 changed files with 2 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ if (!$is_backup) {
$header_cells[] = $strIndex;
}
$header_cells[] = '<abbr title="AUTO_INCREMENT">A_I</abbr>';
$header_cells[] = '<abbr title="AUTO_INCREMENT">' . ($display_type == 'horizontal' ? 'A_I' : 'AUTO_INCREMENT') . '</abbr>';
require_once './libraries/relation.lib.php';
require_once './libraries/transformations.lib.php';