cfgOBGzip

This commit is contained in:
Marc Delisle
2001-07-24 17:50:50 +00:00
parent e6bb08ef9c
commit 4585b347a3
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
* new slovak translation thanks to lubos klokner <erkac@vault-tec.sk>
* main.php3: bug 443710 Create New Database option: was working
only if stduser has Global privileges on all databases.
* footer.inc.php3: if new cfgOBGzip is not defined
2001-07-24 Steve ALberty <alberty@neptunlabs.de>
* tbl_copy.php3: fix parameter count, thanks Marc

View File

@@ -4,6 +4,6 @@
</body>
</html>
<?php
if ($cfgOBGzip && $ob_mode)
if (isset($cfgOBGzip) && isset($ob_mode))
out_buffer_post($ob_mode);
?>