summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index eb80ef99a..c4fad1093 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@ include_once "includes/common.inc";
page_header();
foreach(explode("&", $QUERY_STRING) as $attribute) {
- if ($attribute) $query .= "attribute LIKE '%". check_input(strtr($attribute, "=", ":")) ."%' AND ";
+ if ($attribute) $query .= "attributes LIKE '%". check_input($attribute) ."%' AND ";
}
$query = !$date ? $query : "";