From 3d822eae1b96a1a8549e23ed83913ec7281b8c01 Mon Sep 17 00:00:00 2001 From: icewing Date: Mon, 31 Mar 2008 16:49:10 +0000 Subject: Marcus Povey * Owner guid converted to a uuid git-svn-id: https://code.elgg.org/elgg/trunk@297 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 1 + engine/lib/metadata.php | 1 + 2 files changed, 2 insertions(+) diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index cceb8fd05..b0e01ad31 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -109,6 +109,7 @@ { $tmp = new stdClass; $tmp->attributes = $this->attributes; + $tmp->attributes['owner_uuid'] = guid_to_uuid($this->owner_guid); return $tmp; } } diff --git a/engine/lib/metadata.php b/engine/lib/metadata.php index 2c738ebda..82ca71bdd 100644 --- a/engine/lib/metadata.php +++ b/engine/lib/metadata.php @@ -111,6 +111,7 @@ { $tmp = new stdClass; $tmp->attributes = $this->attributes; + $tmp->attributes['owner_uuid'] = guid_to_uuid($this->owner_guid); return $tmp; } } -- cgit v1.2.3