From 754fc3c3ea92084559d98a7e73b98dacce7fe9a1 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 1 Feb 2011 07:01:03 +0000 Subject: Moving deprecated functions out of files access.php - entities.php. This time into two files based on version deprecated and maintaining documentation git-svn-id: http://code.elgg.org/elgg/trunk@7979 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index f5b97187e..916464c26 100644 --- a/engine/start.php +++ b/engine/start.php @@ -102,7 +102,8 @@ $lib_files = array( 'statistics.php', 'tags.php', 'usersettings.php', 'users.php', 'version.php', 'web_services.php', 'widgets.php', 'xml.php', 'xml-rpc.php', - 'deprecated.php' + //backwards compatibility + 'deprecated-1.7.php', 'deprecated-1.8.php', ); foreach ($lib_files as $file) { -- cgit v1.2.3