diff options
-rw-r--r-- | engine/lib/query.php | 11 | ||||
-rw-r--r-- | engine/start.php | 2 | ||||
-rw-r--r-- | install/ElggInstaller.php | 2 |
3 files changed, 2 insertions, 13 deletions
diff --git a/engine/lib/query.php b/engine/lib/query.php deleted file mode 100644 index d03d43339..000000000 --- a/engine/lib/query.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -/** - * Elgg database query - * Contains a wrapper for performing database queries in a structured way. - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - * @todo deprecate this file? - */
\ No newline at end of file diff --git a/engine/start.php b/engine/start.php index 4bc1abd45..e0711e285 100644 --- a/engine/start.php +++ b/engine/start.php @@ -97,7 +97,7 @@ $lib_files = array( 'input.php', 'location.php', 'mb_wrapper.php', 'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php', 'objects.php', 'opendd.php', 'pagehandler.php', - 'pageowner.php', 'pam.php', 'plugins.php', 'query.php', + 'pageowner.php', 'pam.php', 'plugins.php', 'relationships.php', 'river.php', 'sites.php', 'statistics.php', 'system_log.php', 'tags.php', 'usersettings.php', 'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php' diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index d3cc523c8..0d2373f84 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -707,7 +707,7 @@ class ElggInstaller { 'location.php', 'mb_wrapper.php', 'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php', 'objects.php', 'opendd.php', 'pagehandler.php', - 'pageowner.php', 'pam.php', 'plugins.php', 'query.php', + 'pageowner.php', 'pam.php', 'plugins.php', 'relationships.php', 'river.php', 'sites.php', 'statistics.php', 'tags.php', 'usersettings.php', 'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php' |