cfgOBGzip
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
|||||||
* new slovak translation thanks to lubos klokner <erkac@vault-tec.sk>
|
* new slovak translation thanks to lubos klokner <erkac@vault-tec.sk>
|
||||||
* main.php3: bug 443710 Create New Database option: was working
|
* main.php3: bug 443710 Create New Database option: was working
|
||||||
only if stduser has Global privileges on all databases.
|
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>
|
2001-07-24 Steve ALberty <alberty@neptunlabs.de>
|
||||||
* tbl_copy.php3: fix parameter count, thanks Marc
|
* tbl_copy.php3: fix parameter count, thanks Marc
|
||||||
|
@@ -4,6 +4,6 @@
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
if ($cfgOBGzip && $ob_mode)
|
if (isset($cfgOBGzip) && isset($ob_mode))
|
||||||
out_buffer_post($ob_mode);
|
out_buffer_post($ob_mode);
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user