aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-06 14:03:07 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-06 14:03:07 +0000
commitf933424c18201eb0daa38b1c554228bd7dbfd835 (patch)
tree9b50da014b24850eea355f73321727ee7f59a27f
parentffcb48e2841918ab8e3619e44bf6d68367da2e8a (diff)
downloadelgg-f933424c18201eb0daa38b1c554228bd7dbfd835.tar.gz
elgg-f933424c18201eb0daa38b1c554228bd7dbfd835.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Can retrieve annotations git-svn-id: https://code.elgg.org/elgg/trunk@97 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 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);
}