removed tabs and/or trailing spaces

This commit is contained in:
Loïc Chapeaux
2002-02-10 09:31:41 +00:00
parent 579387e7c4
commit 7f919e6a86
54 changed files with 450 additions and 447 deletions

View File

@@ -293,7 +293,7 @@ if (isset($zip) && $zip == 'zip') {
else if (isset($bzip) && $bzip == 'bzip') {
if (PMA_PHP_INT_VERSION >= 40004 && @function_exists('bzcompress')) {
echo bzcompress($dump_buffer);
}
}
}
// 3. as a gzipped file
else if (isset($gzip) && $gzip == 'gzip') {