aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index da4b1e3c2..c249420f3 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -285,6 +285,9 @@
if ($value != "")
$where[] = "value='$value'";
+
+ if ($value_type != "")
+ $where[] = "value_type='$value_type'";
if ($owner_id != 0)
$where[] = "owner_id=$owner_id";