aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-09 17:42:45 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-09 17:42:45 +0000
commit8ae05ec65234f9d24fbc8f7eddca06e9b4cb1a8a (patch)
tree1373c69ca77e16b9e96c6c3273adb21225392e3d /engine/lib
parentb00fd305e57b20ad7ec075a7b612013573597b28 (diff)
downloadelgg-8ae05ec65234f9d24fbc8f7eddca06e9b4cb1a8a.tar.gz
elgg-8ae05ec65234f9d24fbc8f7eddca06e9b4cb1a8a.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@125 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-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 d795f590d..4c1d15cb0 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -187,7 +187,7 @@
if ($n > 0) $query .= " and ";
$query .= $where[$n];
}
-
+ error_log($query);
return get_data($query, "row_to_elggannotation");
}