Skip to content

Commit

Permalink
Revert [joomla#29348] Restore DS definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercowley committed Sep 27, 2012
1 parent 5f9f563 commit 9dba8d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions administrator/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
*/
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';
}
Expand Down
3 changes: 0 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
*/
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';
Expand Down
1 change: 1 addition & 0 deletions installation/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9dba8d2

Please sign in to comment.