$options['order_by'] = "calculated $orderdir";
return elgg_get_entities_from_annotation_calculation($options);
+}
+
+/**
+ * @deprecated 1.8
+ * @see elgg_set_view_location()
+ */
+function set_view_location($view, $location, $viewtype = '') {
+ elgg_deprecated_notice("set_view_location() was deprecated by elgg_set_view_location()", 1.8);
+ return elgg_set_view_location($view, $location, $viewtype);
}
\ No newline at end of file
*
* @return void
*/
-function set_view_location($view, $location, $viewtype = '') {
+function elgg_set_view_location($view, $location, $viewtype = '') {
global $CONFIG;
if (empty($viewtype)) {