bug 586230

This commit is contained in:
Marc Delisle
2002-07-25 16:12:13 +00:00
parent 48732dee94
commit ef522db09c

View File

@@ -40,7 +40,6 @@ mysql_free_result($table_info_result);
* Displays top menu links * Displays top menu links
*/ */
echo '<!-- top menu -->' . "\n"; echo '<!-- top menu -->' . "\n";
//$sub_part = '_table_info';
require('./tbl_properties_links.php3'); require('./tbl_properties_links.php3');
@@ -51,7 +50,7 @@ if (!empty($show_comment)) {
?> ?>
<!-- Table comment --> <!-- Table comment -->
<p><i> <p><i>
<?php echo $show_comment . "\n"; ?> <?php echo htmlspecialchars($show_comment) . "\n"; ?>
</i></p> </i></p>
<?php <?php
} // end if } // end if