From 674205a2651af6f7e611dc001f6efc349580df55 Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 6 Mar 2008 14:17:47 +0000 Subject: Marcus Povey * Initial annotations and metadata get/sets functional, combined with site test git-svn-id: https://code.elgg.org/elgg/trunk@98 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 11473c498..2b398fc61 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -136,7 +136,6 @@ $value = sanitise_string(trim($value)); $owner_id = (int)$owner_id; - if ($owner_id=0) $owner_id = $_SESSION['id']; $limit = (int)$limit; $offset = (int)$offset; -- cgit v1.2.3