From f933424c18201eb0daa38b1c554228bd7dbfd835 Mon Sep 17 00:00:00 2001 From: icewing Date: Thu, 6 Mar 2008 14:03:07 +0000 Subject: Marcus Povey * Can retrieve annotations git-svn-id: https://code.elgg.org/elgg/trunk@97 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/annotations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/annotations.php') diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php index 0e8df9c8a..11473c498 100644 --- a/engine/lib/annotations.php +++ b/engine/lib/annotations.php @@ -165,7 +165,7 @@ if ($n > 0) $query .= " and "; $query .= $where[$n]; } - + error_log($query); return get_data($query); } -- cgit v1.2.3