cfgOBGzip
This commit is contained in:
@@ -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
|
||||
|
@@ -4,6 +4,6 @@
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
if ($cfgOBGzip && $ob_mode)
|
||||
if (isset($cfgOBGzip) && isset($ob_mode))
|
||||
out_buffer_post($ob_mode);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user