29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-04 18:20:29 +00:00

Revert [#29348] Restore DS definition.

This commit is contained in:
Mark Dexter 2012-09-26 17:51:04 -07:00
parent 5f9f563bfd
commit 9dba8d228a
3 changed files with 1 additions and 6 deletions

View File

@ -17,9 +17,6 @@ if (version_compare(PHP_VERSION, '5.3.1', '<'))
*/
define('_JEXEC', 1);
// This define will be removed in a future release. Use '/' instead.
define('DS', DIRECTORY_SEPARATOR);
if (file_exists(__DIR__ . '/defines.php')) {
include_once __DIR__ . '/defines.php';
}

View File

@ -17,9 +17,6 @@ if (version_compare(PHP_VERSION, '5.3.1', '<'))
*/
define('_JEXEC', 1);
// This define will be removed in a future release. Use '/' instead.
define('DS', DIRECTORY_SEPARATOR);
if (file_exists(__DIR__ . '/defines.php'))
{
include_once __DIR__ . '/defines.php';

View File

@ -29,6 +29,7 @@ $ -> Language fix or change
-------------------- 3.0.0 Stable Release [27-Sep-2012] ------------------
26-Sep-2012 Mark Dexter
# Revert [#29348] Restore DS definition.
# [#28917] Optimize SQL Server/Azure DDL + Sync with MySQL. Thanks Michael and Hooduku.
# [#29348] Restore DS definition. Thanks Elin.
# [#29349] Don't delete bluestork from the database.