does not display the "data scheme" form if there is no table in the database
This commit is contained in:
@@ -438,7 +438,8 @@ echo ' ' . ' <input type="submit" value="' . $strGo . '" />' . "\n";
|
||||
<?php
|
||||
// is this OK to check for 'class' support?
|
||||
if (PMA_PHP_INT_VERSION >= 40000
|
||||
&& (!empty($cfg['Server']['pdf_table_position']))) {
|
||||
&& (!empty($cfg['Server']['pdf_table_position']))
|
||||
&& $num_tables > 0) {
|
||||
?>
|
||||
<!-- PDF schema -->
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user