Switch to \n on Mac, as it is reported to be common EOL there now (bug #1577590).
This commit is contained in:
@@ -10,6 +10,8 @@ $HeadURL$
|
|||||||
Documentation.html, index.php, libraries/common.lib.php: Rename left.php
|
Documentation.html, index.php, libraries/common.lib.php: Rename left.php
|
||||||
to navigation.php and modify all calls to that. Only config variables
|
to navigation.php and modify all calls to that. Only config variables
|
||||||
are kept as Left*.
|
are kept as Left*.
|
||||||
|
* libraries/common.lib.php: Switch to \n on Mac, as it is reported to be
|
||||||
|
common EOL there now (bug #1577590).
|
||||||
|
|
||||||
2006-10-14 Marc Delisle <lem9@users.sourceforge.net>
|
2006-10-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* export.php, db_details_export.php: bug #1541189, views are not displayed
|
* export.php, db_details_export.php: bug #1541189, views are not displayed
|
||||||
|
@@ -1174,10 +1174,6 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
|||||||
if (PMA_USR_OS == 'Win') {
|
if (PMA_USR_OS == 'Win') {
|
||||||
$the_crlf = "\r\n";
|
$the_crlf = "\r\n";
|
||||||
}
|
}
|
||||||
// Mac case
|
|
||||||
elseif (PMA_USR_OS == 'Mac') {
|
|
||||||
$the_crlf = "\r";
|
|
||||||
}
|
|
||||||
// Others
|
// Others
|
||||||
else {
|
else {
|
||||||
$the_crlf = "\n";
|
$the_crlf = "\n";
|
||||||
|
Reference in New Issue
Block a user