From 46421289bfddc690f43e2c76488372cd9d3da707 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 16 Jun 2004 01:43:56 +0000 Subject: [PATCH] missing title tags --- tbl_properties.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index fae50acf2..a999ff6b8 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -99,11 +99,11 @@ $header_cells[] = $strExtra; // key fields, as tbl_addfield does. if (!$is_backup) { - $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strPrimary . '' : $strPrimary; - $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strIndex . '' : $strIndex; - $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strUnique . '' : $strUnique; + $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strPrimary . '' : $strPrimary; + $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strIndex . '' : $strIndex; + $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strUnique . '' : $strUnique; $header_cells[] = '---'; - $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strIdxFulltext . '' : $strIdxFulltext; + $header_cells[] = $cfg['PropertiesIconic'] ? '' . $strIdxFulltext . '' : $strIdxFulltext; }