Removed an un-necessary php closing tag in tbl_properties.inc.php3

This commit is contained in:
Loïc Chapeaux
2001-07-07 15:26:33 +00:00
parent 1cba3da3de
commit 8bcc20ea09
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ $Source$
outsourced error messages. outsourced error messages.
* left.js, left.php3, header.php3, language files: the font family is now * left.js, left.php3, header.php3, language files: the font family is now
language dependant. language dependant.
* tbl_properties.inc.php3, line 235: removed an unnecessary php closing
tag.
2001-07-06 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-07-06 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* users_details.php3: fixed many little scripting bugs. * users_details.php3: fixed many little scripting bugs.

View File

@@ -232,7 +232,6 @@ echo $strTableType.":"; ?>
<?php if (isset($tbl_gemini)){ ?><option value="GEMINI">Gemini</option><?php }?> <?php if (isset($tbl_gemini)){ ?><option value="GEMINI">Gemini</option><?php }?>
<?php if (isset($tbl_innodb)){ ?><option value="InnoDB">INNO DB</option><?php }?> <?php if (isset($tbl_innodb)){ ?><option value="InnoDB">INNO DB</option><?php }?>
<?php if (isset($tbl_isam)){ ?><option value="ISAM">ISAM</option><?php }?> <?php if (isset($tbl_isam)){ ?><option value="ISAM">ISAM</option><?php }?>
?>
</select> </select>
<?php <?php
} }