* Updated the FPDF library to the 1.5 revision...

* ... made it PHP3 and xhtml compliant...
* ... and applied coding standards.
This commit is contained in:
Loïc Chapeaux
2002-06-01 15:17:36 +00:00
parent 9837416508
commit 3060f40b9e
7 changed files with 2869 additions and 1458 deletions

View File

@@ -437,8 +437,7 @@ echo ' ' . '&nbsp;<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 -->