A '?' was lacking in an url scheme

This commit is contained in:
Loïc Chapeaux
2001-07-10 21:58:55 +00:00
parent 7928b3cc47
commit 3d9b67f18b

View File

@@ -433,7 +433,7 @@ echo "\n";
<!-- Printable view of the table --> <!-- Printable view of the table -->
<li> <li>
<div style="margin-bottom: 10px"><a href="tbl_printview.php3<?php echo $query; ?>"><?php echo $strPrintView; ?></a></div> <div style="margin-bottom: 10px"><a href="tbl_printview.php3?<?php echo $query; ?>"><?php echo $strPrintView; ?></a></div>
</li> </li>
<!-- Query box and bookmark support --> <!-- Query box and bookmark support -->