aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-18 18:23:50 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-18 18:23:50 +0000
commit361bff59658e6119b76e7ff31cd67c6054c93c8f (patch)
tree115c0eb308aa1312f7e69b52506eb625a2887c0d /engine/lib/annotations.php
parent0c997a2fe195542c1cdec5b828cea87d0992dc78 (diff)
downloadelgg-361bff59658e6119b76e7ff31cd67c6054c93c8f.tar.gz
elgg-361bff59658e6119b76e7ff31cd67c6054c93c8f.tar.bz2
Moved container_guid to entities, modified a bunch of functions.
git-svn-id: https://code.elgg.org/elgg/trunk@1473 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index f6060755e..b79a94273 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -395,7 +395,7 @@
}
if (($group_guid != 0) && ($entity_type=='object'))
- $where[] = "o.container_guid = $group_guid";
+ $where[] = "e.container_guid = $group_guid";
if ($name !== "")
$where[] = "a.name_id='$name'";