Removed an un-necessary php closing tag in tbl_properties.inc.php3
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user