Fix displaying PHP code (bug #798804).

This commit is contained in:
Michal Čihař
2003-09-02 10:16:21 +00:00
parent 9f3f75a656
commit 1de69dab7a
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-09-02 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
2003-09-01 Michal Cihar <nijel@users.sourceforge.net>
* libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
(bug #798426).

View File

@@ -1380,7 +1380,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold}
/* SQL-Parser-Analyzer */
$sqlnr = 1;
if (!empty($GLOBALS['show_as_php'])) {
$new_line = '\'<br />' . "\n" . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;. \'';
$new_line = '\'<br />' . "\n" . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;. \' ';
}
if (isset($new_line)) {
/* SQL-Parser-Analyzer */