aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}