* Updated the FPDF library to the 1.5 revision...
* ... made it PHP3 and xhtml compliant... * ... and applied coding standards.
This commit is contained in:
@@ -437,8 +437,7 @@ 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']['table_coords']))
|
||||
if (!empty($cfg['Server']['table_coords'])
|
||||
&& $num_tables > 0) {
|
||||
?>
|
||||
<!-- PDF schema -->
|
||||
|
Reference in New Issue
Block a user