diff options
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/lib/annotations.php | 2 | 
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");  	}  | 
