mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Memory leaked by gzencode
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1040 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
//! memory consumption
|
|
||||||
|
|
||||||
function dump_table($table, $style, $is_view = false) {
|
function dump_table($table, $style, $is_view = false) {
|
||||||
global $dbh;
|
global $dbh;
|
||||||
if ($_POST["format"] == "csv") {
|
if ($_POST["format"] == "csv") {
|
||||||
|
Reference in New Issue
Block a user