From e600a44bbba576b021c7c0886f84f655c526e2bc Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 25 Aug 2009 15:23:44 +0000 Subject: [PATCH] Typo git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1013 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/include/export.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/export.inc.php b/adminer/include/export.inc.php index 7026b577..47ac932e 100644 --- a/adminer/include/export.inc.php +++ b/adminer/include/export.inc.php @@ -158,5 +158,5 @@ function dump_headers($identifier, $multi_table = false) { } $dump_output = "" - . " " + . " "; $max_packet = 1048576; // default, minimum is 1024