fixed a parse error
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
conditional statements.
|
||||
* pdf_schema.php3; libraries/fpdf/fpdf.php3: upgraded to the 1.51 release
|
||||
of the FPDF library.
|
||||
* libraries/build_dump.lib.php3: fixed a parse error.
|
||||
|
||||
2002-10-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_select.php3, tbl_change.php3,
|
||||
|
@@ -563,7 +563,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
|
||||
// bufferized
|
||||
if (!empty($GLOBALS['ob_mode'])
|
||||
&& (isset($GLOBALS['zip']) || isset($GLOBALS['bzip']) || isset($GLOBALS['gzip']))) {
|
||||
if (!isset($GLOBALS['now']) {
|
||||
if (!isset($GLOBALS['now'])) {
|
||||
$GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
|
||||
}
|
||||
header('Expires: ' . $GLOBALS['now']);
|
||||
|
Reference in New Issue
Block a user