diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index ad7da1c09..b0ff416f6 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -106,7 +106,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { if (strtoupper($type) == strtoupper($cfg['ColumnTypes'][$j])) { echo ' selected="selected"'; } - echo ">$cfg['ColumnTypes'][$j]\n"; + echo ">" . $cfg['ColumnTypes'][$j] . "\n"; } // end for ?> @@ -145,7 +145,7 @@ for ($i = 0 ; $i < $num_fields; $i++) { if (strtoupper($strAttribute) == strtoupper($cfg['AttributeTypes'][$j])) { echo ' selected="selected"'; } - echo ">$cfg['AttributeTypes'][$j]\n"; + echo ">" . $cfg['AttributeTypes'][$j] . "\n"; } ?>