does not display the "data scheme" form if there is no table in the database
This commit is contained in:
@@ -10,6 +10,8 @@ $Source$
|
|||||||
* tbl_qbe.php3, adjust drop-down width, thanks to Mike Beck
|
* tbl_qbe.php3, adjust drop-down width, thanks to Mike Beck
|
||||||
|
|
||||||
2002-05-17 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-05-17 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
* db_details_structure.php3, lines 442: does not display the "data scheme"
|
||||||
|
form if there is no table in the database.
|
||||||
* db_details_structure.php3, lines 446-458;
|
* db_details_structure.php3, lines 446-458;
|
||||||
tbl_properties_options.php3, lines 119-143: beautified generated code.
|
tbl_properties_options.php3, lines 119-143: beautified generated code.
|
||||||
* libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
|
* libraries/build_dump.php3, lines 70-75: fixed bug #551682 - PMA ignores
|
||||||
|
@@ -438,7 +438,8 @@ echo ' ' . ' <input type="submit" value="' . $strGo . '" />' . "\n";
|
|||||||
<?php
|
<?php
|
||||||
// is this OK to check for 'class' support?
|
// is this OK to check for 'class' support?
|
||||||
if (PMA_PHP_INT_VERSION >= 40000
|
if (PMA_PHP_INT_VERSION >= 40000
|
||||||
&& (!empty($cfg['Server']['pdf_table_position']))) {
|
&& (!empty($cfg['Server']['pdf_table_position']))
|
||||||
|
&& $num_tables > 0) {
|
||||||
?>
|
?>
|
||||||
<!-- PDF schema -->
|
<!-- PDF schema -->
|
||||||
<li>
|
<li>
|
||||||
|
Reference in New Issue
Block a user