Bug 857315 - short open tag
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* db_datadict.php: Bug 857186: Real fix for the problem. The '@'
|
* db_datadict.php: Bug 857186: Real fix for the problem. The '@'
|
||||||
delimiter slipped to the replacement's end instead of the expression's
|
delimiter slipped to the replacement's end instead of the expression's
|
||||||
end.
|
end.
|
||||||
|
* db_details_structure.php: Bug 857315 - short open tag fixed
|
||||||
|
|
||||||
2003-12-09 Marc Delisle <lem9@users.sourceforge.net>
|
2003-12-09 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/sqlparser.data.php: bug 854702: FORCE INDEX
|
* libraries/sqlparser.data.php: bug 854702: FORCE INDEX
|
||||||
|
@@ -480,7 +480,7 @@ else {
|
|||||||
/
|
/
|
||||||
<a href="#" onclick="setCheckboxes('tablesForm', false); <?php echo $overhead_check; ?> return false;">
|
<a href="#" onclick="setCheckboxes('tablesForm', false); <?php echo $overhead_check; ?> return false;">
|
||||||
<?php echo $strCheckOverhead; ?></a>
|
<?php echo $strCheckOverhead; ?></a>
|
||||||
<? } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
|
<img src="./images/spacer.gif" border="0" width="38" height="1" alt="" />
|
||||||
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
|
<select name="submit_mult" dir="ltr" onchange="this.form.submit();">
|
||||||
|
Reference in New Issue
Block a user