removed "better fix"...
This commit is contained in:
@@ -5,9 +5,6 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
2002-05-17 Alexander M. Turek <rabus@users.sourceforge.net>
|
|
||||||
* libraries/display_tbl.lib.php3, line 1006: improved Lo<4C>c's fix.
|
|
||||||
|
|
||||||
2002-05-17 Marc Delisle <lem9@users.sourceforge.net>
|
2002-05-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_change.php3, bug 556296: field size for int
|
* tbl_change.php3, bug 556296: field size for int
|
||||||
* tbl_qbe.php3, adjust drop-down width, thanks to Mike Beck
|
* tbl_qbe.php3, adjust drop-down width, thanks to Mike Beck
|
||||||
|
@@ -1003,7 +1003,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')){
|
|||||||
$row[$pointer] = str_replace("\x0a", '\n', $row[$pointer]);
|
$row[$pointer] = str_replace("\x0a", '\n', $row[$pointer]);
|
||||||
$row[$pointer] = str_replace("\x0d", '\r', $row[$pointer]);
|
$row[$pointer] = str_replace("\x0d", '\r', $row[$pointer]);
|
||||||
$row[$pointer] = str_replace("\x1a", '\Z', $row[$pointer]);
|
$row[$pointer] = str_replace("\x1a", '\Z', $row[$pointer]);
|
||||||
$row[$pointer] = htmlspecialchars($row[$pointer]);
|
$row[$pointer] = str_replace('<', '<', str_replace('>', '>', $row[$pointer]));
|
||||||
}
|
}
|
||||||
// loic1: displays all space characters, 4 space
|
// loic1: displays all space characters, 4 space
|
||||||
// characters for tabulations and <cr>/<lf>
|
// characters for tabulations and <cr>/<lf>
|
||||||
|
Reference in New Issue
Block a user