fixed copying of table

This commit is contained in:
Michal Čihař
2003-03-21 14:16:15 +00:00
parent 5ed6994a63
commit 31c2578c6f
3 changed files with 4 additions and 2 deletions

View File

@@ -1396,7 +1396,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
break;
case 'query_only':
$str = '';
$html_line_break = ' ';
$html_line_break = "\n";
break;
case 'text':
$str = '';