diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-04-16 17:44:39 -0400 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-04-16 17:44:39 -0400 |
commit | ca63a6b81eee1dfbee99a393a790402475a4612c (patch) | |
tree | 257daf6361e548684a44685614c99b3563152b5c /engine/lib | |
parent | 628aa953ec150a1ed34680ef1d4f9c81dfc99bb1 (diff) | |
download | elgg-ca63a6b81eee1dfbee99a393a790402475a4612c.tar.gz elgg-ca63a6b81eee1dfbee99a393a790402475a4612c.tar.bz2 |
Removed debug calls.
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/metastrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/metastrings.php b/engine/lib/metastrings.php index 6cdf9ee47..796655569 100644 --- a/engine/lib/metastrings.php +++ b/engine/lib/metastrings.php @@ -466,7 +466,7 @@ function elgg_get_metastring_based_objects($options) { $offset = sanitise_int($options['offset']); $query .= " LIMIT $offset, $limit"; } -global $test; if ($test) { var_dump($options, $query); } + $dt = get_data($query, $options['callback']); return $dt; } else { |